EncryptedType.AddProperty(EncryptionProperty) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un élément enfant <EncryptionProperty>
à l'élément <EncryptedProperties>
dans l'objet EncryptedType actuel du chiffrement 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)
Paramètres
Objet EncryptionProperty.
Remarques
Cette méthode peut être utilisée pour ajouter <EncryptionProperty>
des éléments enfants à l’élément <EncryptedProperties>
. L’élément <EncryptedProperties>
fournit des informations supplémentaires pour l’élément <EncryptedType>
.