RecipientInfo.KeyEncryptionAlgorithm Właściwość

Definicja

Właściwość abstrakcyjna KeyEncryptionAlgorithm pobiera algorytm używany do wykonywania 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 zawierający wartość algorytmu użytego do ustanowienia klucza między inicjatorem i adresatem komunikatu CMS/PKCS #7.

Uwagi

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

Dotyczy

Zobacz też