Enum EncryptionMode
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
[JsonConverter(typeof(EncryptionModeConverter))]
public enum EncryptionMode
Fields
Disabled = 1
IfAvailable = 2
Required = 0
[JsonConverter(typeof(EncryptionModeConverter))]
public enum EncryptionMode
Disabled = 1
IfAvailable = 2
Required = 0