X509Credentials.FindType Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
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.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public X509FindType FindType { get; set; }
Property Value
Type: System.Security.Cryptography.X509Certificates.X509FindType
The type of security credentials to use to secure the cluster.
See Also
X509Credentials Class
System.Fabric Namespace
Return to top