ClientCertRequest.GetPrincipals Method

Definition

Returns the acceptable certificate issuers for the certificate matching the private key.

[Android.Runtime.Register("getPrincipals", "()[Ljava/security/Principal;", "GetGetPrincipalsHandler")]
public abstract Java.Security.IPrincipal[]? GetPrincipals ();
[<Android.Runtime.Register("getPrincipals", "()[Ljava/security/Principal;", "GetGetPrincipalsHandler")>]
abstract member GetPrincipals : unit -> Java.Security.IPrincipal[]

Returns

Attributes

Remarks

Returns the acceptable certificate issuers for the certificate matching the private key.

Java documentation for android.webkit.ClientCertRequest.getPrincipals().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to