Unit
ScCMS
type
TScCMSRecipientInfoType = (ritKeyTransport, ritKeyAgreement, ritKEK, ritPassword, ritUnknown);
Description
The TScCMSRecipientInfoType enumeration defines the types of recipient information.
Value | Meaning |
ritKeyTransport | Key transport recipient information. |
ritKeyAgreement | Key agreement recipient information. |
ritKEK | KEK recipient information. |
ritPassword | Password recipient information. |
ritUnknown | The recipient information type is unknown. |
See also
TScCMSRecipientInfo.RecipientInfoType