EncryptionPropertyCollection.Contains(EncryptionProperty) Methode

Definitie

Bepaalt of het EncryptionPropertyCollection object een specifiek EncryptionProperty object bevat.

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

Parameters

value
EncryptionProperty

Het EncryptionProperty object dat in het EncryptionPropertyCollection object moet worden gevonden.

Retouren

trueals het EncryptionProperty object in het EncryptionPropertyCollection object is gevonden; anders. false

Van toepassing op