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
System_CAPS_pubmethod SingleSignOnMembershipProvider()

This constructor supports the AD FS infrastructure and is not intended to be used directly from your code.

Properties

Name Description
System_CAPS_pubproperty ApplicationName

Gets or sets the application name configured in the Web.config file.(Overrides MembershipProvider.ApplicationName.)

System_CAPS_pubproperty Description

(Inherited from ProviderBase.)

System_CAPS_pubproperty EnablePasswordReset

This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.EnablePasswordReset.)

System_CAPS_pubproperty EnablePasswordRetrieval

This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.EnablePasswordRetrieval.)

System_CAPS_pubproperty MaxInvalidPasswordAttempts

This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.MaxInvalidPasswordAttempts.)

System_CAPS_pubproperty MinRequiredNonAlphanumericCharacters

This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.MinRequiredNonAlphanumericCharacters.)

System_CAPS_pubproperty MinRequiredPasswordLength

This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.MinRequiredPasswordLength.)

System_CAPS_pubproperty Name

Gets the provider name configured in the Web.config file.(Overrides ProviderBase.Name.)

System_CAPS_pubproperty PasswordAttemptWindow

This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.PasswordAttemptWindow.)

System_CAPS_pubproperty PasswordFormat

This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.PasswordFormat.)

System_CAPS_pubproperty PasswordStrengthRegularExpression

This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.PasswordStrengthRegularExpression.)

System_CAPS_pubproperty RequiresQuestionAndAnswer

This property supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.RequiresQuestionAndAnswer.)

System_CAPS_pubproperty 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
System_CAPS_pubmethod 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).)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod 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).)

System_CAPS_protmethod DecryptPassword(Byte[])

(Inherited from MembershipProvider.)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod Dispose()

This method supports the AD FS infrastructure and is not intended to be used directly from your code.

System_CAPS_protmethod EncryptPassword(Byte[])

(Inherited from MembershipProvider.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides Object.Finalize().)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetNumberOfUsersOnline()

This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.GetNumberOfUsersOnline().)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod 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).)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnValidatingPassword(ValidatePasswordEventArgs)

(Inherited from MembershipProvider.)

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod UnlockUser(String)

This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.UnlockUser(String).)

System_CAPS_pubmethod UpdateUser(MembershipUser)

This method supports the AD FS infrastructure and is not intended to be used directly from your code.(Overrides MembershipProvider.UpdateUser(MembershipUser).)

System_CAPS_pubmethod 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
System_CAPS_pubevent 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