X509Credentials.RemoteCertThumbprints Property

Definition

Gets the list of remote certificate thumbprints, used to validate remote X509Credentials

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

Property Value

List of remote certificate thumbprints, used to validate remote X509Credentials

Applies to