Share via


MembershipEntity.PasswordSalt Property

 

Gets or sets the password salt.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

[RequiredAttribute]
[StringLengthAttribute(128)]
public string PasswordSalt { get; set; }
public:
[RequiredAttribute]
[StringLengthAttribute(128)]
property String^ PasswordSalt {
    String^ get();
    void set(String^ value);
}
[<RequiredAttribute>]
[<StringLengthAttribute(128)>]
member PasswordSalt : string with get, set
<RequiredAttribute>
<StringLengthAttribute(128)>
Public Property PasswordSalt As String

Property Value

Type: System.String

The password salt.

See Also

MembershipEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top