Method | Description | |
---|---|---|
CryptoAlgorithm ( CryptoAlgorithmID CryptoAlgorithmID, string Name, int KeySize, string JSON_kty, string JSON_use, string JSON_alg, string XML, CryptoAlgorithmClass AlgorithmClass, GetCryptoProvider GetCryptoProvider ) : System |
Create an instance with the specified property values.
|
|
CryptoAlgorithm ( |
Create an instance from the public properties of the specified CryptoProvider.
|
public CryptoAlgorithm ( CryptoAlgorithmID CryptoAlgorithmID, string Name, int KeySize, string JSON_kty, string JSON_use, string JSON_alg, string XML, CryptoAlgorithmClass AlgorithmClass, GetCryptoProvider GetCryptoProvider ) : System | ||
CryptoAlgorithmID | CryptoAlgorithmID | CryptoAlgorithmID Identifier. |
Name | string | .NET Framework name. |
KeySize | int | Default algorithm key size. |
JSON_kty | string | JSON Key type. |
JSON_use | string | JSON Key Use. |
JSON_alg | string | JSON Algorithm Identifier. |
XML | string | XML algorithm identifier. |
AlgorithmClass | CryptoAlgorithmClass | Algorithm type. |
GetCryptoProvider | GetCryptoProvider | Delegate returning the default crypto provider. |
return | System |
public CryptoAlgorithm ( |
||
CryptoProvider | Template from which to take the properties. | |
return | System |