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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.