Class EncryptionMode
- Namespace
- IO.Scanbot.Sdk.Core
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/core/EncryptionMode", DoNotGenerateAcw = true)]
public sealed class EncryptionMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
EncryptionMode
- Implements
-
- Inherited Members
-
Properties
Disabled
[Register("DISABLED")]
public static EncryptionMode Disabled { get; }
Property Value
- EncryptionMode
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
IfAvailable
[Register("IF_AVAILABLE")]
public static EncryptionMode IfAvailable { get; }
Property Value
- EncryptionMode
Required
[Register("REQUIRED")]
public static EncryptionMode Required { get; }
Property Value
- EncryptionMode
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/core/EncryptionMode;", "")]
public static EncryptionMode FromJson(string json)
Parameters
json
string
Returns
- EncryptionMode
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/core/EncryptionMode;", "")]
public static EncryptionMode ValueOf(string value)
Parameters
value
string
Returns
- EncryptionMode
Values()
[Register("values", "()[Lio/scanbot/sdk/core/EncryptionMode;", "")]
public static EncryptionMode[] Values()
Returns
- EncryptionMode[]