EmbeddedBiometricPrompt.ExistingAuthSessionId 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 existing auth session id for BiometricPrompt.
public long ExistingAuthSessionId { [Android.Runtime.Register("getExistingAuthSessionId", "()J", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getExistingAuthSessionId", "()J", "", ApiSince=37)>]
member this.ExistingAuthSessionId : int64
Property Value
The existing auth session id, or
BiometricConstants#BIOMETRIC_REQUEST_ID_UNSET if none has been set.
- Attributes