X509Credentials.RemoteCertThumbprints Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets the list of remote certificate thumbprints, used to validate remote X509Credentials
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public IList<string> RemoteCertThumbprints { get; private set; }
Property Value
Type: System.Collections.Generic.IList<String>
List of remote certificate thumbprints, used to validate remote X509Credentials
See Also
X509Credentials Class
System.Fabric Namespace
Return to top