Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NetworkCredential::SecurePassword Property

.NET Framework (current version)
 

Gets or sets the password as a SecureString instance.

Namespace:   System.Net
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
Return to top
Show:
© 2017 Microsoft