Click or drag to resize

IVaultGetUserPublicKeys Method

Gets user public keys.

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

Parameters

username  String

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

Return Value

TaskTupleByte, Byte
Awaitable task returning RSA and ECC public keys
Exceptions
See Also