RecipientInfo.KeyEncryptionAlgorithm Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
KeyEncryptionAlgorithm
Gets the identifier of the algorithm used to encrypt the symmetric key.
Declaration
public abstract AlgorithmIdentifier KeyEncryptionAlgorithm { get; }
Property Value
| Type | Description |
|---|---|
| AlgorithmIdentifier | An AlgorithmIdentifier object. |