AsymmetricKeyAlgorithm 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.
Algorithm for an asymmetric keys
public enum AsymmetricKeyAlgorithm
type AsymmetricKeyAlgorithm =
Public Enum AsymmetricKeyAlgorithm
- Inheritance
-
AsymmetricKeyAlgorithm
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown |
Rsa512 | 1 | Rsa512 |
Rsa1024 | 2 | Rsa1024 |
Rsa2048 | 3 | Rsa2048 |
Rsa3072 | 4 | Rsa3072 |
Rsa4096 | 5 | Rsa4096 |