SubjectIdentifierType Enum
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Defines the type of subject identifier that identifies a subject and a certificate.
Syntax
public enum SubjectIdentifierType
Fields
Name | Description |
---|---|
IssuerAndSerialNumber | The subject is identified by the certificate issuer and serial number. |
PublicKey | The subject is identified by the subject's public key. |
SubjectKeyIdentifier | The subject is identified by the hash of the subject's public key. The hash algorithm used is determined by the signature algorithm suite in the subject's certificate. |
Unknown | The type of subject identifier is unknown. |