ECDsaCng.Key 속성

정의

데이터에 서명하거나 확인할 때 사용할 키를 가져오거나 설정합니다.

public:
 property System::Security::Cryptography::CngKey ^ Key { System::Security::Cryptography::CngKey ^ get(); };
public System.Security.Cryptography.CngKey Key { get; }
member this.Key : System.Security.Cryptography.CngKey
Public ReadOnly Property Key As CngKey

속성 값

CngKey

키를 지정하는 개체입니다.

적용 대상