ICspAsymmetricAlgorithm.CspKeyContainerInfo プロパティ

定義

暗号化キーの組に関する追加情報を説明する 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 オブジェクトは、キーがエクスポート可能かどうかを指定し、キー コンテナー名、プロバイダーに関する情報、およびその他の情報を提供します。

適用対象