AsymmetricKeyEncryptionAlgorithm Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the algorithm used to encrypt a (asymmetric) key.
public enum AsymmetricKeyEncryptionAlgorithm
type AsymmetricKeyEncryptionAlgorithm =
Public Enum AsymmetricKeyEncryptionAlgorithm
- Inheritance
-
AsymmetricKeyEncryptionAlgorithm
Fields
Name | Value | Description |
---|---|---|
CryptographicProviderDefined | -1 | |
Rsa512 | 0 | |
Rsa1024 | 1 | |
Rsa2048 | 2 | |
Rsa3072 | 3 | |
Rsa4096 | 4 |