IdentityCredentialStore.GetSupportedDocTypes Method

Definition

Gets a list of supported document types.

[Android.Runtime.Register("getSupportedDocTypes", "()[Ljava/lang/String;", "GetGetSupportedDocTypesHandler", ApiSince=30)]
public abstract string[] GetSupportedDocTypes ();
[<Android.Runtime.Register("getSupportedDocTypes", "()[Ljava/lang/String;", "GetGetSupportedDocTypesHandler", ApiSince=30)>]
abstract member GetSupportedDocTypes : unit -> string[]

Returns

String[]

The supported document types or the empty array if any document type is supported.

Attributes

Remarks

Gets a list of supported document types.

Only the direct-access store may restrict the kind of document types that can be used for credentials. The default store always supports any document type.

Java documentation for android.security.identity.IdentityCredentialStore.getSupportedDocTypes().

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