ICspAsymmetricAlgorithm.CspKeyContainerInfo プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
暗号化キーの組に関する追加情報を説明する CspKeyContainerInfo オブジェクトを取得します。
public:
property System::Security::Cryptography::CspKeyContainerInfo ^ CspKeyContainerInfo { System::Security::Cryptography::CspKeyContainerInfo ^ get(); };
public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; }
member this.CspKeyContainerInfo : System.Security.Cryptography.CspKeyContainerInfo
Public ReadOnly Property CspKeyContainerInfo As CspKeyContainerInfo
プロパティ値
暗号化キーの組に関する追加情報を説明する CspKeyContainerInfo オブジェクト。
注釈
返される CspKeyContainerInfo オブジェクトは、キーがエクスポート可能かどうかを指定し、キー コンテナー名、プロバイダーに関する情報、およびその他の情報を提供します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET