NetworkCredential::SecurePassword Property
.NET Framework (current version)
Gets or sets the password as a SecureString instance.
Assembly: System (in System.dll)
public: property SecureString^ SecurePassword { SecureString^ get(); void set(SecureString^ value); }
Property Value
Type: System.Security::SecureString^The password for the user name associated with the credentials.
| Exception | Condition |
|---|---|
| NotSupportedException | The SecureString class is not supported on this platform. |
If an application attempts to set the SecurePassword property to null, a new instance of SecureString is initialized, If secure strings are not supported on this platform, then the NotSupportedException is thrown
.NET Framework
Available since 4.0
Available since 4.0
Show: