Determines whether this collection contains the certificate object's value.

 

   

Syntax
 

[C#]
bool Contains(X509Certificate2 cert)

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
cert The certificate object.
return Whether the certificate object or its value is found in this collection.

 

   

Notes
 

This method determines whether this collection contains the certificate object's value.

 

   

Example
 

None.