Click or drag to resize

IIdentityProviderService Methods

The IIdentityProviderService type exposes the following members.

Methods
  NameDescription
Public methodAddClaim
Adds a claim to the specified user account
Public methodAuthenticate(String, String)
Authenticate the user creating an identity
Public methodAuthenticate(String, String, String)
Authenticate the user using two factor authentication
Public methodChangePassword
Change user password
Public methodCreateIdentity
Create a basic identity in the provider
Public methodDeleteIdentity
Delete an identity
Public methodGetAuthenticationMethods
Gets the applicable authentication methods from the identity provider for userName
Public methodGetClaims
Get all active claims for the specified user
Public methodGetIdentity(Guid)
Retrieves an identity by the security identifier
Public methodGetIdentity(String)
Retrieves an identity from the object
Public methodGetSid
Get the SID for the named user
Public methodReAuthenticate
Recheck the authentication of an already authenticated principal.
Public methodRemoveClaim
Removes a claim from the specified user account
Public methodSetLockout
Set lockout
Top
See Also