X509Credentials.FindType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to find local certificate in certificate store.Supported values:FindByThumbprint: find certificate by certificate thumbprintFindBySubjectName: find certificate by subject distinguished name or common name, when subject distinguished name is provided in FindValue, subject name in the certificate must be encoded in ASN encoding due to a restriction in native Windows crypto API. There is no such restriction when common name is provided in FindValue.
public System.Security.Cryptography.X509Certificates.X509FindType FindType { get; set; }
member this.FindType : System.Security.Cryptography.X509Certificates.X509FindType with get, set
Public Property FindType As X509FindType
Property Value
The type of security credentials to use to secure the cluster.