Unit
ScCMS
type
TScCMSSubjectIdentifierType = (sitIssuerAndSerialNumber, sitSubjectKeyIdentifier, sitKeyIdentifier);
Description
The TScCMSSubjectIdentifierType enumeration represents the type of subject identifier.
Value | Meaning |
sitIssuerAndSerialNumber | The subject is identified by the certificate issuer and serial number. |
sitSubjectKeyIdentifier | 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. |
sitKeyIdentifier | The subject is identified by the key identifier. |
See also
TScCMSSubjectIdentifier.SubjectIdentifierType