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
。
備註
類別會KeyInfoEncryptedKeyEncryptedKey包裝 類別,這可讓您將 類別新增EncryptedKey為 類別的KeyInfo子元素。 EncryptedKey使用屬性來存取 EncryptedKey 類別中包含的KeyInfoEncryptedKey類別。