CreateRandomPassword
CreateRandomPassword
Generates a random string that can be used to set a user's password in Active Directory.
Properties
StartCharType
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.PswdMustStartType
Specifies the type of character that the password must start with.
MinLength
Type: System.Object
Specifies the minimum length of the generated password. The default and minimum length is 10 characters.
Password
Type: System.String
Contains the generated random string. This is a read-only output parameter.
Add Comment