EncryptionPropertyCollection.Contains(EncryptionProperty) Méthode

Définition

Détermine si l'objet EncryptionPropertyCollection contient un objet EncryptionProperty spécifique.

public:
 bool Contains(System::Security::Cryptography::Xml::EncryptionProperty ^ value);
public bool Contains (System.Security.Cryptography.Xml.EncryptionProperty value);
member this.Contains : System.Security.Cryptography.Xml.EncryptionProperty -> bool
Public Function Contains (value As EncryptionProperty) As Boolean

Paramètres

Retours

true si l'objet EncryptionProperty est trouvé dans l'objet EncryptionPropertyCollection ; sinon, false.

S’applique à