IKeyChainAliasCallback.Alias(String) Method

Definition

Called with the alias of the certificate chosen by the user, or null if no value was chosen.

[Android.Runtime.Register("alias", "(Ljava/lang/String;)V", "GetAlias_Ljava_lang_String_Handler:Android.Security.IKeyChainAliasCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Alias (string? alias);
[<Android.Runtime.Register("alias", "(Ljava/lang/String;)V", "GetAlias_Ljava_lang_String_Handler:Android.Security.IKeyChainAliasCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Alias : string -> unit

Parameters

alias
String
Attributes

Remarks

Called with the alias of the certificate chosen by the user, or null if no value was chosen.

Java documentation for android.security.KeyChainAliasCallback.alias(java.lang.String).

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