Options Property
Options
The list of authenticator options. Each standard-defined option is a key/value pair, where the key is a string and the value is a boolean. This is an optional parameter, so it can be null.
C#
public IReadOnlyDictionary<string, bool> Options { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Boolean> |
Remarks
To add options, call AddOption(String, Boolean).