CryptoUtilsGenerateUid Method

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

Definition

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

Return Value

String
UID. 16 random bytes Base64 URL encoded.

See Also