System.Security.Cryptography.AsymmetricAlgorithm.Create Method

Creates an instance of the specified implementation of an asymmetric algorithm.

Syntax

public static AsymmetricAlgorithm Create (string algName)

Parameters

algName
The asymmetric algorithm implementation to use. The following table shows the valid values for the algName parameter and the algorithms they map to.

Returns

A new instance of the specified asymmetric algorithm implementation.

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