다음을 통해 공유


DSAKeyValue.Key 속성

정의

DSA 개체가 나타내는 키 값을 가져오거나 설정합니다.

public:
 property System::Security::Cryptography::DSA ^ Key { System::Security::Cryptography::DSA ^ get(); void set(System::Security::Cryptography::DSA ^ value); };
public System.Security.Cryptography.DSA Key { get; set; }
member this.Key : System.Security.Cryptography.DSA with get, set
Public Property Key As DSA

속성 값

DSA

DSA 개체가 나타내는 공개 키입니다.

설명

이 속성은 XML에 서명하는 데 사용되는 DSA 키를 나타냅니다.

적용 대상