X509Credentials.RemoteCommonNames Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Indicates the expected common names of remote certificates that you want Service Fabric to validate against.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public IList<string> RemoteCommonNames { get; private set; }
Property Value
Type: System.Collections.Generic.IList<String>
The expected common names of remote certificates that you want Service Fabric to validate against.
See Also
X509Credentials Class
System.Fabric Namespace
Return to top