Click or drag to resize

CertificateSigningMode Enumeration

The mechanism that will be used to sign the certificate.

Namespace: GSF.Security.Cryptography.X509
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.282-beta+fbfa6baa1521236175f6d73fb2eb151a42453aef
Syntax
public enum CertificateSigningMode
View Source
Members
Member nameValueDescription
RSA_1024_SHA_10 80-bit security. Before 2016.
RSA_2048_SHA2_2561 112-bit security. Until 2030.
RSA_3072_SHA2_2562 128-bit security
RSA_3072_SHA2_3843 128-bit security
RSA_4096_SHA2_2564 128-bit security
RSA_4096_SHA2_3845 142-bit security
RSA_7680_SHA2_3846 192-bit security
RSA_15360_SHA2_5127 256-bit security
ECDSA_256_SHA2_2568 128-bit security
ECDSA_384_SHA2_3849 192-bit security
ECDSA_521_SHA2_51210 256-bit security

The CertificateSigningMode type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription 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)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also