Sdílet prostřednictvím


KeyTransRecipientInfo.KeyEncryptionAlgorithm Vlastnost

Definice

Vlastnost KeyEncryptionAlgorithm načte šifrovací algoritmus klíče, který se používá k šifrování šifrovacího klíče obsahu.

public:
 virtual property System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ KeyEncryptionAlgorithm { System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ get(); };
public override System.Security.Cryptography.Pkcs.AlgorithmIdentifier KeyEncryptionAlgorithm { get; }
member this.KeyEncryptionAlgorithm : System.Security.Cryptography.Pkcs.AlgorithmIdentifier
Public Overrides ReadOnly Property KeyEncryptionAlgorithm As AlgorithmIdentifier

Hodnota vlastnosti

Objekt AlgorithmIdentifier , který ukládá identifikátor šifrovacího algoritmu klíče.

Platí pro

Viz také