EncryptedType.AddProperty(EncryptionProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An EncryptionProperty object.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.