System.Security.Cryptography.X509Certificates.X509FindType.FindByExtension Field

The findValue parameter for the X509Certificate2Collection.Find(X509FindType, object, bool) method must be a string describing the extension to find. The object identifier (OID) is most commonly used to direct the X509Certificate2Collection.Find(X509FindType, object, bool) method to search for all certificates that have an extension matching that OID value.

Syntax

X509FindType FindByExtension

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0