다음을 통해 공유


RSAKeyValue.Key 속성

정의

공개 키를 보유하는 RSA의 인스턴스를 가져오거나 설정합니다.

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

속성 값

RSA

공개 키를 보유하는 RSA 의 인스턴스입니다.

설명

속성은 Key 요소의 하위 요소 및 하위 <RSAKeyValue> 요소를 사용하여 XML 디지털 서명에 <Modulus><Exponent> 추가할 공개 키를 나타냅니다.

XML 디지털 서명에 대한 자세한 내용은 W3C 사양을 참조하세요.

적용 대상