EncryptedType.AddProperty(EncryptionProperty) Method

Definition

Adds an <EncryptionProperty> child element to the <EncryptedProperties> element in the current EncryptedType object in XML encryption.

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)

Parameters

Remarks

This method can be used to add <EncryptionProperty> child elements to the <EncryptedProperties> element. The <EncryptedProperties> element provides additional information for the <EncryptedType> element.

Applies to