|
|
Certificate
|
| Member name | Value | Description |
|---|---|---|
| RSA_1024_SHA_1 | 0 | 80-bit security. Before 2016. |
| RSA_2048_SHA2_256 | 1 | 112-bit security. Until 2030. |
| RSA_3072_SHA2_256 | 2 | 128-bit security |
| RSA_3072_SHA2_384 | 3 | 128-bit security |
| RSA_4096_SHA2_256 | 4 | 128-bit security |
| RSA_4096_SHA2_384 | 5 | 142-bit security |
| RSA_7680_SHA2_384 | 6 | 192-bit security |
| RSA_15360_SHA2_512 | 7 | 256-bit security |
| ECDSA_256_SHA2_256 | 8 | 128-bit security |
| ECDSA_384_SHA2_384 | 9 | 192-bit security |
| ECDSA_521_SHA2_512 | 10 | 256-bit security |
The CertificateSigningMode type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |