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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.