EncryptedType.AddProperty(EncryptionProperty) Método

Definición

Agrega un <EncryptionProperty> elemento secundario al <EncryptedProperties> elemento del objeto actual EncryptedType en el cifrado XML.

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)

Parámetros

Comentarios

Este método se puede usar para agregar <EncryptionProperty> elementos secundarios al <EncryptedProperties> elemento . El <EncryptedProperties> elemento proporciona información adicional para el <EncryptedType> elemento .

Se aplica a