Click or drag to resize

CryptoUtilsGenerateUid Method

Generates UID. Random 16 bytes encoded to Base64 URL encoded.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public static string GenerateUid()

Return Value

String
UID. 16 random bytes Base64 URL encoded.
See Also