Click or drag to resize

VaultOnlineGetUserPublicKeys Method

Gets user public keys.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task<Tuple<byte[], byte[]>> GetUserPublicKeys(
	string username
)

Parameters

username  String

[Missing <param name="username"/> documentation for "M:KeeperSecurity.Vault.VaultOnline.GetUserPublicKeys(System.String)"]

Return Value

TaskTupleByte, Byte
Awaitable task returning RSA and ECC public keys

Implements

IVaultGetUserPublicKeys(String)
Exceptions
See Also