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 개체는 키를 내보낼 수 있는지 여부를 지정하고 키 컨테이너 이름, 공급자에 대한 정보 및 기타 정보를 제공합니다.

적용 대상