Class CpCmsRecipient
Inheritance
CpCmsRecipient
Assembly: CryptoPro.Security.Cryptography.Pkcs.dll
Syntax
public sealed class CpCmsRecipient
Constructors
CpCmsRecipient(CpX509Certificate2)
Declaration
public CpCmsRecipient(CpX509Certificate2 certificate)
Parameters
CpCmsRecipient(CpX509Certificate2, RSAEncryptionPadding)
Declaration
public CpCmsRecipient(CpX509Certificate2 certificate, RSAEncryptionPadding rsaEncryptionPadding)
Parameters
CpCmsRecipient(SubjectIdentifierType, CpX509Certificate2)
Declaration
public CpCmsRecipient(SubjectIdentifierType recipientIdentifierType, CpX509Certificate2 certificate)
Parameters
CpCmsRecipient(SubjectIdentifierType, CpX509Certificate2, RSAEncryptionPadding)
Declaration
public CpCmsRecipient(SubjectIdentifierType recipientIdentifierType, CpX509Certificate2 certificate, RSAEncryptionPadding rsaEncryptionPadding)
Parameters
Properties
Certificate
Declaration
public CpX509Certificate2 Certificate { get; }
Property Value
RSAEncryptionPadding
Declaration
public RSAEncryptionPadding? RSAEncryptionPadding { get; }
Property Value
RecipientIdentifierType
Declaration
public SubjectIdentifierType RecipientIdentifierType { get; }
Property Value