AssertionCredential Class

 

Credential type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".

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

Inheritance Hierarchy

System.Object
  Microsoft.IdentityModel.Clients.ActiveDirectory.AssertionCredential

Syntax

public class AssertionCredential
public ref class AssertionCredential 
type AssertionCredential = class end
Public Class AssertionCredential

Constructors

Name Description
System_CAPS_pubmethod AssertionCredential(String)

Constructor to create a credential with a JWT token encoded as a Base64 URL-encoded string.

Properties

Name Description
System_CAPS_pubproperty Assertion

Gets the assertion.

System_CAPS_pubproperty AssertionType

Gets the assertion type.

Methods

Name Description
System_CAPS_pubmethod CreateHash()

Creates a hash from the assertion credential’s properties that is used for token caching.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top