VaultOnlineGetUserPublicKeys Method |
Gets user public keys.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax 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,
ByteAwaitable task returning RSA and ECC public keys
Implements
IVaultGetUserPublicKeys(String)Exceptions See Also