KeyAgreeRecipientInfo.KeyEncryptionAlgorithm プロパティ

定義

KeyEncryptionAlgorithm プロパティは、キーの承諾を実行するためのアルゴリズムを取得します。

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

プロパティ値

キーの承諾を実行するために使用されるアルゴリズムの値。

適用対象

こちらもご覧ください