System.Security.Cryptography.X509Certificates.X509FindType.FindByIssuerDistinguishedName Field

The findValue parameter for the X509Certificate2Collection.Find(X509FindType, object, bool) method must be a string representing the issuer distinguished name of the certificate. This is a more specific search than that provided by the X509FindType.FindByIssuerName enumeration value. Using the X509FindType.FindByIssuerDistinguishedName value, the X509Certificate2Collection.Find(X509FindType, object, bool) method performs a case-insensitive string comparison for the entire distinguished name. Searching by issuer name is a less precise search.

Syntax

X509FindType FindByIssuerDistinguishedName

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