Unit
ScCMS
type
TScCMSOriginatorIdentifierOrKeyType = (oitIssuerAndSerialNumber, oitSubjectKeyIdentifier, oitPublicKeyInfo);
Description
The TScCMSOriginatorIdentifierOrKeyType enumeration represents the type of originator identifier.
Value | Meaning |
oitIssuerAndSerialNumber | The originator is identified by the certificate issuer and serial number. |
oitSubjectKeyIdentifier | The originator is identified by the hash of the originator's public key. The hash algorithm used is determined by the signature algorithm suite in the originator's certificate. |
oitPublicKeyInfo | The originator is identified by the public key. |
See also
TScCMSOriginatorIdentifierOrKey.OriginatorIdentifierOrKeyType