다음을 통해 공유


KeyInfoEncryptedKey.EncryptedKey 속성

정의

암호화된 키를 캡슐화하는 EncryptedKey 개체를 가져오거나 설정합니다.

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

속성 값

암호화된 키를 캡슐화하는 EncryptedKey 개체입니다.

예외

EncryptedKey 속성은 null입니다.

설명

클래스는 KeyInfoEncryptedKey 클래스를 EncryptedKey 래핑하므로 클래스를 클래스의 KeyInfo 하위 요소로 추가할 EncryptedKey 수 있습니다. 사용 하 여는 EncryptedKey 속성을 클래스 내에 포함 된 클래스에 액세스 EncryptedKey 합니다 KeyInfoEncryptedKey .

적용 대상