SingleSignOnMembershipProvider Class
The SingleSignOnMembershipProvider class is intended for use by the Windows Sharepoint Services (WSS) version 3 scenario.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Configuration.Provider.ProviderBase
System.Web.Security.MembershipProvider
System.Web.Security.SingleSignOn.SingleSignOnMembershipProvider
Syntax
public class SingleSignOnMembershipProvider : MembershipProvider,
IDisposable
public ref class SingleSignOnMembershipProvider : MembershipProvider,
IDisposable
type SingleSignOnMembershipProvider =
class
inherit MembershipProvider
interface IDisposable
end
Public Class SingleSignOnMembershipProvider
Inherits MembershipProvider
Implements IDisposable
Constructors
Name | Description | |
---|---|---|
SingleSignOnMembershipProvider() | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. |
Properties
Name | Description | |
---|---|---|
ApplicationName | Gets or sets the application name configured in the Web.config file.(Overrides MembershipProvider.ApplicationName.) |
|
Description | (Inherited from ProviderBase.) |
|
EnablePasswordReset | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.EnablePasswordReset.) |
|
EnablePasswordRetrieval | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.EnablePasswordRetrieval.) |
|
MaxInvalidPasswordAttempts | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.MaxInvalidPasswordAttempts.) |
|
MinRequiredNonAlphanumericCharacters | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.MinRequiredNonAlphanumericCharacters.) |
|
MinRequiredPasswordLength | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.MinRequiredPasswordLength.) |
|
Name | Gets the provider name configured in the Web.config file.(Overrides ProviderBase.Name.) |
|
PasswordAttemptWindow | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.PasswordAttemptWindow.) |
|
PasswordFormat | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.PasswordFormat.) |
|
PasswordStrengthRegularExpression | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.PasswordStrengthRegularExpression.) |
|
RequiresQuestionAndAnswer | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.RequiresQuestionAndAnswer.) |
|
RequiresUniqueEmail | This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.RequiresUniqueEmail.) |
Methods
Name | Description | |
---|---|---|
ChangePassword(String, String, String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.ChangePassword(String, String, String).) |
|
ChangePasswordQuestionAndAnswer(String, String, String, String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.ChangePasswordQuestionAndAnswer(String, String, String, String).) |
|
CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus).) |
|
DecryptPassword(Byte[]) | (Inherited from MembershipProvider.) |
|
DeleteUser(String, Boolean) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.DeleteUser(String, Boolean).) |
|
Dispose() | This method supports the AD FS infrastructure and is not intended to be used directly from your code. |
|
EncryptPassword(Byte[]) | (Inherited from MembershipProvider.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides Object.Finalize().) |
|
FindUsersByEmail(String, Int32, Int32, Int32) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. This method determines if a user with the specified e-mail address may exist. (Overrides MembershipProvider.FindUsersByEmail(String, Int32, Int32, Int32).) |
|
FindUsersByName(String, Int32, Int32, Int32) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.FindUsersByName(String, Int32, Int32, Int32).) |
|
GetAllUsers(Int32, Int32, Int32) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.GetAllUsers(Int32, Int32, Int32).) |
|
GetHashCode() | (Inherited from Object.) |
|
GetNumberOfUsersOnline() | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.GetNumberOfUsersOnline().) |
|
GetPassword(String, String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.GetPassword(String, String).) |
|
GetType() | (Inherited from Object.) |
|
GetUser(Object, Boolean) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.GetUser(Object, Boolean).) |
|
GetUser(String, Boolean) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.GetUser(String, Boolean).) |
|
GetUserNameByEmail(String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. This method determines if a user with the specified e-mail address may exist. If the user may exist, the e-mail address is returned. (Overrides MembershipProvider.GetUserNameByEmail(String).) |
|
Initialize(String, NameValueCollection) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides ProviderBase.Initialize(String, NameValueCollection).) |
|
MemberwiseClone() | (Inherited from Object.) |
|
OnValidatingPassword(ValidatePasswordEventArgs) | (Inherited from MembershipProvider.) |
|
ResetPassword(String, String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.ResetPassword(String, String).) |
|
ToString() | (Inherited from Object.) |
|
UnlockUser(String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.UnlockUser(String).) |
|
UpdateUser(MembershipUser) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.UpdateUser(MembershipUser).) |
|
ValidateUser(String, String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.ValidateUser(String, String).) |
Events
Name | Description | |
---|---|---|
ValidatingPassword | (Inherited from MembershipProvider.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top