UserNameServiceElement.MembershipProviderName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a string that specifies the name of a member provider that provides password validation logic.
public:
property System::String ^ MembershipProviderName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("membershipProviderName", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string MembershipProviderName { get; set; }
[<System.Configuration.ConfigurationProperty("membershipProviderName", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.MembershipProviderName : string with get, set
Public Property MembershipProviderName As String
Property Value
The name of a member provider that provides password validation logic.
- Attributes
Remarks
When using username ClientCredentialType
on a binding, the usernames are mapped to Windows accounts by default. It is possible to override this behavior using this property, which provides the name of the MembershipProvider that specifies the relevant password validation logic.