EncryptedType.AddProperty(EncryptionProperty) メソッド

定義

XML 暗号化の現在の EncryptedType オブジェクトの <EncryptionProperty> 要素に <EncryptedProperties> 子要素を追加します。

public:
 void AddProperty(System::Security::Cryptography::Xml::EncryptionProperty ^ ep);
public void AddProperty (System.Security.Cryptography.Xml.EncryptionProperty ep);
member this.AddProperty : System.Security.Cryptography.Xml.EncryptionProperty -> unit
Public Sub AddProperty (ep As EncryptionProperty)

パラメーター

ep
EncryptionProperty

EncryptionProperty オブジェクト。

注釈

このメソッドを使用して、要素に子要素を<EncryptedProperties>追加<EncryptionProperty>できます。 要素は <EncryptedProperties> 、 要素の追加情報を <EncryptedType> 提供します。

適用対象