KeyGenParameterSpec.KeystoreAlias Property

Definition

Returns the alias that will be used in the java.security.KeyStore in conjunction with the AndroidKeyStore.

public string KeystoreAlias { [Android.Runtime.Register("getKeystoreAlias", "()Ljava/lang/String;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getKeystoreAlias", "()Ljava/lang/String;", "", ApiSince=23)>]
member this.KeystoreAlias : string

Property Value

Attributes

Remarks

Returns the alias that will be used in the java.security.KeyStore in conjunction with the AndroidKeyStore.

Java documentation for android.security.keystore.KeyGenParameterSpec.getKeystoreAlias().

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