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 オブジェクト。
注釈
これは、 KeyAgreeRecipientInfo と KeyTransRecipientInfoによってオーバーライドされる抽象プロパティです。