X509Credentials.RemoteCommonNames Property

Definition

Indicates the expected common names of remote certificates that you want Service Fabric to validate against.

public System.Collections.Generic.IList<string> RemoteCommonNames { get; }
member this.RemoteCommonNames : System.Collections.Generic.IList<string>
Public ReadOnly Property RemoteCommonNames As IList(Of String)

Property Value

The expected common names of remote certificates that you want Service Fabric to validate against.

Applies to