EncryptionPropertyCollection.Contains(EncryptionProperty) Methode

Definition

Ermittelt, ob das EncryptionPropertyCollection-Objekt ein bestimmtes EncryptionProperty-Objekt enthält.

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

Parameter

value
EncryptionProperty

Das EncryptionProperty-Objekt, das in dem EncryptionPropertyCollection-Objekt gesucht werden soll.

Gibt zurück

true, wenn das EncryptionProperty-Objekt im EncryptionPropertyCollection-Objekt gefunden wird, andernfalls false.

Gilt für: