AuthenticationContext.AcquireToken Method

 

Applies to: Version: 2.19.208020213, Platform: .NET Desktop.

Namespace:   Microsoft.IdentityModel.Clients.ActiveDirectory
Assembly:  Microsoft.IdentityModel.Clients.ActiveDirectory (in Microsoft.IdentityModel.Clients.ActiveDirectory.dll)

Overload List

Name Description
System_CAPS_pubmethod AcquireToken(String, ClientAssertion)

Acquires security token from the authority.

System_CAPS_pubmethod AcquireToken(String, ClientAssertion, UserAssertion)

Acquires an access token from the authority on behalf of a user. It requires using a user token previously received.

System_CAPS_pubmethod AcquireToken(String, ClientAssertionCertificate)

Acquires security token from the authority.

System_CAPS_pubmethod AcquireToken(String, ClientAssertionCertificate, UserAssertion)

Acquires an access token from the authority on behalf of a user. It requires using a user token previously received.

System_CAPS_pubmethod AcquireToken(String, ClientCredential)

Acquires security token from the authority.

System_CAPS_pubmethod AcquireToken(String, ClientCredential, UserAssertion)

Acquires an access token from the authority on behalf of a user. It requires using a user token previously received.

System_CAPS_pubmethod AcquireToken(String, String, Uri)

Acquires security token from the authority.

System_CAPS_pubmethod AcquireToken(String, String, Uri, PromptBehavior)

Acquires security token from the authority.

System_CAPS_pubmethod AcquireToken(String, String, Uri, PromptBehavior, UserIdentifier)

Acquires security token from the authority.

System_CAPS_pubmethod AcquireToken(String, String, Uri, PromptBehavior, UserIdentifier, String)

Acquires security token from the authority.

System_CAPS_pubmethod AcquireToken(String, String, UserAssertion)

Acquires security token from the authority.

System_CAPS_pubmethod AcquireToken(String, String, UserCredential)

Acquires security token from the authority.

See Also

AuthenticationContext Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top