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 对象。

例外

注解

KeyInfoEncryptedKey 包装 EncryptedKey 类,使你可以将 EncryptedKey 类添加为 类的 KeyInfo 子元素。 EncryptedKey使用 属性访问 EncryptedKey 类中包含的KeyInfoEncryptedKey类。

适用于