X509Certificate2Collection.Find Method

Searches an X509Certificate2Collection object using the search criteria specified by the X509FindType enumeration and the specified value to find.

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)

Syntax

public X509Certificate2Collection Find (
         X509FindType findType,
         Object findValue,
         bool validOnly
)

Parameters

  • findType
    One of the X509FindType values.
  • findValue
    The search criteria as an object.
  • validOnly
    true to allow only valid certificates to be returned from the search; otherwise, false.

Return Value

An X509Certificate2Collection object.

Remarks

This method is not implemented. A NotImplementedException exception is thrown when called.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

X509Certificate2Collection Class
X509Certificate2Collection Members
System.Security.Cryptography.X509Certificates Namespace