Table of Contents

Interface ISBSDKStorageCryptingKeyProvider

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public interface ISBSDKStorageCryptingKeyProvider : INativeObject, IDisposable
Inherited Members

Properties

KeyGenerator

SBSDKStorageCryptingKeyGenerator KeyGenerator { get; }

Property Value

SBSDKStorageCryptingKeyGenerator

Methods

InitWithKeyGenerator(SBSDKStorageCryptingKeyGenerator)

nint InitWithKeyGenerator(SBSDKStorageCryptingKeyGenerator keyGenerator)

Parameters

keyGenerator SBSDKStorageCryptingKeyGenerator

Returns

nint

ProvideKeyForContext(string, SBSDKStorageCryptingKeyLength, out NSError?)

NSData? ProvideKeyForContext(string context, SBSDKStorageCryptingKeyLength keyLength, out NSError? error)

Parameters

context string
keyLength SBSDKStorageCryptingKeyLength
error NSError

Returns

NSData