Table of Contents

Class EncryptionMode

Namespace
IO.Scanbot.Sdk.Core
Assembly
DocumentSDK.NET.Droid.dll
public sealed class EncryptionMode : Enum
Inheritance
EncryptionMode

Properties

Disabled

public static EncryptionMode Disabled { get; }

Property Value

EncryptionMode

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

IfAvailable

public static EncryptionMode IfAvailable { get; }

Property Value

EncryptionMode

Required

public static EncryptionMode Required { get; }

Property Value

EncryptionMode

Methods

FromJson(string)

public static EncryptionMode FromJson(string json)

Parameters

json string

Returns

EncryptionMode

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static EncryptionMode ValueOf(string value)

Parameters

value string

Returns

EncryptionMode

Values()

public static EncryptionMode[] Values()

Returns

EncryptionMode[]