Method | Description | |
---|---|---|
GetPasswordBytes ( ) : byte[] |
Gets the buffer of the password.
|
|
SecureOnPassword ( byte password ) |
Initializes a new instance of SecureOnPassword with the given password.
|
|
SecureOnPassword ( string password ) |
Initializes a new instance of SecureOnPassword with the given password. Uses Text.Encoding.Default as encoding. |
|
SecureOnPassword ( string password, Text encoding ) |
Initializes a new instance of SecureOnPassword with the given password.
|
|
ToString ( ) : string |
Converts the SecureOnPassword to dash notation.
|
|
ToString ( IFormatProvider format ) : string |
Converts the SecureOnPassword to dash notation.
|
Method | Description | |
---|---|---|
ToString ( string format ) : string |
Converts the SecureOnPassword to dash notation.
|
public SecureOnPassword ( byte password ) | ||
password | byte | The password as |
public SecureOnPassword ( string password ) | ||
password | string | The password as |
public SecureOnPassword ( string password, Text encoding ) | ||
password | string | The password as |
encoding | Text | The |
public ToString ( IFormatProvider format ) : string | ||
format | IFormatProvider | |
return | string |