次の方法で共有


KeyTransRecipientInfo.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

プロパティ値

AlgorithmIdentifierキー暗号化アルゴリズム識別子を格納する オブジェクト。

適用対象

こちらもご覧ください