Class CpRecipientInfo
Inheritance
CpRecipientInfo
Assembly: CryptoPro.Security.Cryptography.Pkcs.dll
Syntax
public abstract class CpRecipientInfo
Properties
EncryptedKey
Declaration
public abstract byte[] EncryptedKey { get; }
Property Value
KeyEncryptionAlgorithm
Declaration
public abstract AlgorithmIdentifier KeyEncryptionAlgorithm { get; }
Property Value
RecipientIdentifier
Declaration
public abstract CpSubjectIdentifier RecipientIdentifier { get; }
Property Value
Type
Declaration
public RecipientInfoType Type { get; }
Property Value
Version
Declaration
public abstract int Version { get; }
Property Value