Javax.Net.Ssl.ISSLSession.PeerPrincipal Property
Returns the principal identifying the peer during the handshake.

Syntax

[get: Android.Runtime.Register("getPeerPrincipal", "()Ljava/security/Principal;", "GetGetPeerPrincipalHandler:Javax.Net.Ssl.ISSLSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Security.IPrincipal PeerPrincipal { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Net.Ssl.SSLPeerUnverifiedExceptionif the identity of the peer has not been verified.

Remarks

Returns the principal identifying the peer during the handshake.

[Android Documentation]

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1