RecipientInfo.KeyEncryptionAlgorithm プロパティ

定義

KeyEncryptionAlgorithm 抽象プロパティは、キーを確立するためのアルゴリズムを取得します。

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

プロパティ値

CMS/PKCS #7 メッセージの差出人と受取人との間でキーを確立するためのアルゴリズムの値を保持する AlgorithmIdentifier オブジェクトです。

注釈

これは、 と KeyTransRecipientInfoによってKeyAgreeRecipientInfoオーバーライドされる抽象プロパティです。

適用対象

こちらもご覧ください