Click or drag to resize

UserKeys Constructor

Initializes a new instance of the UserKeys class

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public UserKeys(
	byte[] aes = null,
	byte[] rsa = null,
	byte[] ec = null
)

Parameters

aes  Byte  (Optional)

[Missing <param name="aes"/> documentation for "M:KeeperSecurity.Authentication.UserKeys.#ctor(System.Byte[],System.Byte[],System.Byte[])"]

rsa  Byte  (Optional)

[Missing <param name="rsa"/> documentation for "M:KeeperSecurity.Authentication.UserKeys.#ctor(System.Byte[],System.Byte[],System.Byte[])"]

ec  Byte  (Optional)

[Missing <param name="ec"/> documentation for "M:KeeperSecurity.Authentication.UserKeys.#ctor(System.Byte[],System.Byte[],System.Byte[])"]

See Also