X509Credentials.AllowedCommonNames Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Note: This API is now obsolete.
Deprecated by RemoteCommonNames.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
[ObsoleteAttribute("Deprecated by RemoteCommonNames")]
public IList<string> AllowedCommonNames { get; private set; }
Property Value
Type: System.Collections.Generic.IList<String>
The allowed common names that you want Service Fabric to validate against.
See Also
X509Credentials Class
System.Fabric Namespace
Return to top