共用方式為


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 物件。

例外狀況

備註

類別會KeyInfoEncryptedKeyEncryptedKey包裝 類別,這可讓您將 類別新增EncryptedKey為 類別的KeyInfo子元素。 EncryptedKey使用屬性來存取 EncryptedKey 類別中包含的KeyInfoEncryptedKey類別。

適用於