Returns the client aliases for the specified public key type and list of
certificate issuers.
Syntax
[Android.Runtime.Register("getClientAliases", "(Ljava/lang/String;[Ljava/security/Principal;)[Ljava/lang/String;", "GetGetClientAliases_Ljava_lang_String_arrayLjava_security_Principal_Handler:Javax.Net.Ssl.IX509KeyManagerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
string[]
GetClientAliases (
string keyType,
Java.Security.IPrincipal[] issuers)
Parameters
- keyType
- the public key algorithm type name.
- issuers
- the list of certificate issuers, or null if any issuer
will do.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1