Udostępnij za pośrednictwem


RecipientInfo.KeyEncryptionAlgorithm Właściwość

Definicja

Właściwość abstrakcyjna KeyEncryptionAlgorithm pobiera algorytm używany do wykonania ustanowienia klucza.

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

Wartość właściwości

AlgorithmIdentifier Obiekt, który zawiera wartość algorytmu użytego do ustanowienia klucza między obiektem źródłowym i adresatem komunikatu CMS/PKCS #7.

Uwagi

Jest to właściwość abstrakcyjna przesłoniętą przez KeyAgreeRecipientInfo i KeyTransRecipientInfo.

Dotyczy

Zobacz też