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