CryptoUtilsGenerateUid Method |
Generates UID. Random 16 bytes encoded to Base64 URL encoded.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static string GenerateUid()
Return Value
StringUID. 16 random bytes Base64 URL encoded.
See Also