System.Net.NetworkCredential.SecurePassword Property

Gets or sets the password as a System.Security.SecureString instance.

Syntax

public System.Security.SecureString SecurePassword { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If an application attempts to set the NetworkCredential.SecurePassword property to null, a new instance of System.Security.SecureString is initialized, If secure strings are not supported on this platform, then the NotSupportedException is thrown

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0