 | UserDataFromConsolePassword Property |
Gets the password.
Namespace:
Koden.Utils.Exchange
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntaxpublic SecureString Password { get; }Public ReadOnly Property Password As SecureString
Get
public:
virtual property SecureString^ Password {
SecureString^ get () sealed;
}abstract Password : SecureString with get
override Password : SecureString with get
Property Value
Type:
SecureString
The password.
Implements
IUserDataPassword
See Also