Table of Contents

Class SBSDKCryptingProvider

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKCryptingProvider : SBSDKStorageCryptingProvider, ISBSDKStorageCryptingProvider, INativeObject, IDisposable
Inheritance
SBSDKCryptingProvider
Implements
INativeObject

Constructors

SBSDKCryptingProvider(NSObjectFlag)

protected SBSDKCryptingProvider(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKCryptingProvider(NativeHandle)

protected SBSDKCryptingProvider(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKCryptingProvider(Func<SBSDKStorageCrypting>)

public SBSDKCryptingProvider(Func<SBSDKStorageCrypting> block)

Parameters

block Func<SBSDKStorageCrypting>

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

StorageCrypting

public override SBSDKStorageCrypting StorageCrypting { get; }

Property Value

SBSDKStorageCrypting