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