EncryptionPropertyCollection.Contains(EncryptionProperty) Method

Definition

Determines whether the EncryptionPropertyCollection object contains a specific EncryptionProperty object.

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

The EncryptionProperty object to locate in the EncryptionPropertyCollection object.

Returns

true if the EncryptionProperty object is found in the EncryptionPropertyCollection object; otherwise, false.

Applies to