ManagedIdentityClientAssertion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ManagedIdentityClientAssertion : Microsoft.Identity.Web.ClientAssertionProviderBase
type ManagedIdentityClientAssertion = class
inherit ClientAssertionProviderBase
Public Class ManagedIdentityClientAssertion
Inherits ClientAssertionProviderBase
- Inheritance
Constructors
ManagedIdentityClientAssertion(String, String, ILogger) | |
ManagedIdentityClientAssertion(String, String) | |
ManagedIdentityClientAssertion(String) |
Properties
Expiry |
Expiry of the client assertion. (Inherited from ClientAssertionProviderBase) |
Methods
GetClientAssertionAsync(AssertionRequestOptions) |
Prototype of certificate-less authentication using a signed assertion acquired with managed identity (certificateless). |
GetSignedAssertionAsync(AssertionRequestOptions) |
Get the signed assertion (and refreshes it if needed). (Inherited from ClientAssertionProviderBase) |