Class SBSDKPBKDF2KeyGenerator
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKPBKDF2KeyGenerator : SBSDKStorageCryptingKeyGenerator, ISBSDKStorageCryptingKeyGenerator, INativeObject, IDisposable
- Inheritance
-
SBSDKPBKDF2KeyGenerator
- Implements
-
INativeObject
Constructors
SBSDKPBKDF2KeyGenerator(NSObjectFlag)
protected SBSDKPBKDF2KeyGenerator(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKPBKDF2KeyGenerator(NativeHandle)
protected SBSDKPBKDF2KeyGenerator(NativeHandle handle)
Parameters
handle NativeHandle
SBSDKPBKDF2KeyGenerator(string, string, nint)
public SBSDKPBKDF2KeyGenerator(string password, string salt, nint iterations)
Parameters
password string
salt string
iterations nint
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