X509Credentials.RemoteX509Names Property

Definition

Gets the list of X509Name to validate remote X509Credentials

public System.Collections.Generic.IList<System.Fabric.X509Name> RemoteX509Names { get; }
member this.RemoteX509Names : System.Collections.Generic.IList<System.Fabric.X509Name>
Public ReadOnly Property RemoteX509Names As IList(Of X509Name)

Property Value

the list of X509Name to validate remote X509Credentials

Applies to