 | CredPromptPassword Property |
Gets or sets the password for the credentials.
Namespace:
Koden.Utils.Exchange
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntaxpublic SecureString Password { get; set; }Public Property Password As SecureString
Get
Set
public:
property SecureString^ Password {
SecureString^ get ();
void set (SecureString^ value);
}member Password : SecureString with get, set
Property Value
Type:
SecureString
See Also