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 オブジェクト。

注釈

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

適用対象

こちらもご覧ください