Share via


X509Credentials.IssuerThumbprints Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

When not empty, this dictates the certificate thumbprints of direct issuer of remote certificates.

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public IList<string> IssuerThumbprints { get; private set; }

Property Value

Type: System.Collections.Generic.IList<String>

The certificate thumbprints of direct issuer of remote certificates.

See Also

X509Credentials Class
System.Fabric Namespace

Return to top