RecipientInfo.KeyEncryptionAlgorithm プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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オーバーライドされる抽象プロパティです。