Table of Contents

Class CoreCompatSwitches

Namespace
Yubico.Core
Assembly
Yubico.Core.dll

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
object
CoreCompatSwitches

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