你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

X509Credentials.RemoteCertIssuers 属性

定义

获取用于验证远程 X509Credentials 的 X509Issuers 列表

public System.Collections.Generic.IList<System.Fabric.X509IssuerStore> RemoteCertIssuers { get; set; }
member this.RemoteCertIssuers : System.Collections.Generic.IList<System.Fabric.X509IssuerStore> with get, set
Public Property RemoteCertIssuers As IList(Of X509IssuerStore)

属性值

用于验证远程 X509Credentials 的 X509Issuers 列表

适用于