AdminId.GetPassword Method

Gets an admin's password.

bool GetPassword(char[] buffer, int maxlength)

Parameters

char[] buffer

Optional buffer to store the admin's password.

int maxlength

Maximum size of the output name buffer. Note: This will safely chop UTF-8 strings.

Return Value

True if there was a password set, false otherwise.