KeyInfoEncryptedKey.EncryptedKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置封装加密密钥的 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 类,使你可以将 EncryptedKey 类添加为类的 KeyInfo 子元素。 EncryptedKey使用 属性访问 EncryptedKey 类中包含的KeyInfoEncryptedKey类。