UserSelected Property
UserSelected
If true
, the credential was selected by the user via
interaction directly with the authenticator. This is optional and can
be null. If null, then this is considered false
.
C#
public Nullable<bool> UserSelected { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |