Language

PrivateCredentialPermission.GetPrincipals Method

Definition

Gets the principals for this legacy permission stub.

[Android.Runtime.Register("getPrincipals", "()[[Ljava/lang/String;", "")]
public string[][]? GetPrincipals();
[<Android.Runtime.Register("getPrincipals", "()[[Ljava/lang/String;", "")>]
member this.GetPrincipals : unit -> string[][]

Returns

String[][]

Always null on Android.

Attributes

Remarks

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