Click or drag to resize

IApplicationIdentityProviderService Methods

The IApplicationIdentityProviderService type exposes the following members.

Methods
  NameDescription
Public methodAddClaim
Add a claim to applicationName
Public methodAuthenticate(String, IPrincipal)
Authenticate the application identity given an existing authentication context.
Public methodAuthenticate(String, String)
Authenticate the application identity.
Public methodChangeSecret
Change the specified application identity's secret
Public methodCreateIdentity
Create a basic identity in the provider
Public methodGetClaims
Get all active claims for the specified application
Public methodGetIdentity
Gets the specified identity for an application.
Public methodGetPublicSigningKey
Get the secure key for the specified application (can be used for symmetric encryption)
Public methodGetSid
Gets the SID for the specified identity
Public methodRemoveClaim
Removes a claim from the specified device account
Public methodSetLockout
Set the lockout status
Public methodSetPublicKey
Set the public key for the object
Top
See Also