DSACryptoServiceProvider.CspKeyContainerInfo 속성

정의

암호화 키 쌍에 대한 추가 정보를 설명하는 CspKeyContainerInfo 개체를 가져옵니다.

public:
 property System::Security::Cryptography::CspKeyContainerInfo ^ CspKeyContainerInfo { System::Security::Cryptography::CspKeyContainerInfo ^ get(); };
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; }
public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; }
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.CspKeyContainerInfo : System.Security.Cryptography.CspKeyContainerInfo
member this.CspKeyContainerInfo : System.Security.Cryptography.CspKeyContainerInfo
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CspKeyContainerInfo : System.Security.Cryptography.CspKeyContainerInfo
Public ReadOnly Property CspKeyContainerInfo As CspKeyContainerInfo

속성 값

암호화 키 쌍에 대한 추가 정보를 설명하는 CspKeyContainerInfo 개체입니다.

구현

특성

설명

사용 된 CspKeyContainerInfo 암호화 키 쌍에 대 한 추가 정보를 검색 하는 속성입니다. 반환된 CspKeyContainerInfo 개체는 키를 내보낼 수 있는지 여부를 설명하고 키 컨테이너 이름, 공급자에 대한 정보 및 기타 정보를 지정합니다.

임의 키가 생성되는 경우 키를 사용하는 메서드를 호출할 때까지 키 컨테이너가 만들어지지 않습니다. 속성에서 반환 CspKeyContainerInfo 된 개체의 CspKeyContainerInfo 일부 속성은 키 컨테이너가 CryptographicException 만들어지지 않은 경우 을 throw합니다. 키 컨테이너가 만들어졌는지 확인하려면 속성을 호출하기 전에 , , SignHash, VerifyHashVerifyData등과 같은 SignData메서드를 CspKeyContainerInfo 호출합니다.

적용 대상

추가 정보