BeginGetCredentialOption.CandidateQueryData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the request candidate query data, denoting a set of parameters
that can be used to populate a candidate list of credentials, as
CredentialEntry
on BeginGetCredentialResponse
.
public Android.OS.Bundle CandidateQueryData { [Android.Runtime.Register("getCandidateQueryData", "()Landroid/os/Bundle;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getCandidateQueryData", "()Landroid/os/Bundle;", "", ApiSince=34)>]
member this.CandidateQueryData : Android.OS.Bundle
Property Value
- Attributes
Remarks
Returns the request candidate query data, denoting a set of parameters that can be used to populate a candidate list of credentials, as CredentialEntry
on BeginGetCredentialResponse
. This list of entries is then presented to the user on a selector.
This data does not contain any sensitive parameters, and will be sent to all eligible providers. The complete set of parameters will only be set on the android.app.PendingIntent
set on the CredentialEntry
that is selected by the user.
Java documentation for android.service.credentials.BeginGetCredentialOption.getCandidateQueryData()
.
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.