EncryptedType.AddProperty(EncryptionProperty) メソッド

定義

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

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 オブジェクト。

注釈

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

適用対象