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オーバーライドされる抽象プロパティです。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET