Click or drag to resize

CryptoUtilsGeneratePassword Method

Generates random password.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static string GeneratePassword(
	PasswordGenerationOptions options = null
)

Parameters

options  PasswordGenerationOptions  (Optional)
Password generation rules. Optional

Return Value

String
Generated password
See Also