Table of Contents

Class SBSDKStorageCryptingKeyGenerator

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKStorageCryptingKeyGenerator : NSObject, ISBSDKStorageCryptingKeyGenerator, INativeObject, IDisposable
Inheritance
SBSDKStorageCryptingKeyGenerator
Implements
INativeObject
Derived

Constructors

SBSDKStorageCryptingKeyGenerator()

public SBSDKStorageCryptingKeyGenerator()

SBSDKStorageCryptingKeyGenerator(NSObjectFlag)

protected SBSDKStorageCryptingKeyGenerator(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKStorageCryptingKeyGenerator(NativeHandle)

protected SBSDKStorageCryptingKeyGenerator(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

WithError(SBSDKStorageCryptingKeyLength, out NSError?)

public virtual NSData? WithError(SBSDKStorageCryptingKeyLength keyLength, out NSError? error)

Parameters

keyLength SBSDKStorageCryptingKeyLength
error NSError

Returns

NSData