EncryptionPropertyCollection.Contains(EncryptionProperty) Methode

Definition

Bestimmt, 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 EncryptionPropertyCollection im Objekt gefunden werden soll.

Gibt zurück

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

Gilt für: