다음을 통해 공유


X500PrivateCredential.Alias Property

Definition

Returns the KeyStore alias.

public string? Alias { [Android.Runtime.Register("getAlias", "()Ljava/lang/String;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAlias", "()Ljava/lang/String;", "", ApiSince=35)>]
member this.Alias : string

Property Value

the KeyStore alias

Attributes

Remarks

Returns the KeyStore alias.

Java documentation for javax.security.auth.x500.X500PrivateCredential.getAlias().

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