Table of Contents

Class SBSDKRandomKeyGenerator

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

Constructors

SBSDKRandomKeyGenerator()

public SBSDKRandomKeyGenerator()

SBSDKRandomKeyGenerator(NSObjectFlag)

protected SBSDKRandomKeyGenerator(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKRandomKeyGenerator(NativeHandle)

protected SBSDKRandomKeyGenerator(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

WithError(SBSDKStorageCryptingKeyLength, out NSError?)

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

Parameters

keyLength SBSDKStorageCryptingKeyLength
error NSError

Returns

NSData