System.Security.Cryptography.SymmetricAlgorithm.Create Method

Creates the specified cryptographic object used to perform the symmetric algorithm.

Syntax

public static SymmetricAlgorithm Create (string algName)

Parameters

algName
The name of the specific implementation of the System.Security.Cryptography.SymmetricAlgorithm class to use.

Returns

A cryptographic object used to perform the symmetric algorithm.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0