Class CoreCompatSwitches
Compatibility switch names that can be used with AppContext.SetSwitch
to control breaking behavioral changes
within the Yubico.Core
layer.
public static class CoreCompatSwitches
- Inheritance
-
objectCoreCompatSwitches
Fields
OpenSmartCardHandlesExclusively
If set to true, Yubico.Core will attempt to open smart card handles exclusively. False will open shared. Default is false / shared.
public const string OpenSmartCardHandlesExclusively = "OpenSmartCardHandlesExclusively"
Field Value
- string