HttpsURLConnection.PeerPrincipal 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回在定义会话过程中建立的服务器主体。
public virtual Java.Security.IPrincipal? PeerPrincipal { [Android.Runtime.Register("getPeerPrincipal", "()Ljava/security/Principal;", "GetGetPeerPrincipalHandler")] get; }
[<get: Android.Runtime.Register("getPeerPrincipal", "()Ljava/security/Principal;", "GetGetPeerPrincipalHandler")>]
member this.PeerPrincipal : Java.Security.IPrincipal
属性值
服务器的主体。 返回基于 X509 的密码套件的结束实体证书的 X500Principal,返回 Kerberos 密码套件的 KerberosPrincipal。
- 属性
例外
如果尚未验证对等方的标识,
如果尚未建立连接,则为
注解
返回在定义会话过程中建立的服务器主体。
注意:子类应重写此方法。 如果未重写,则默认返回基于证书的密码套件的服务器结束实体证书的 X500Principal,或者为非基于证书的密码套件(如 Kerberos)引发 SSLPeerUnverifiedException。
在 1.5 中添加。
适用于 . 的 javax.net.ssl.HttpsURLConnection.getPeerPrincipal()
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。