ClientAssertionCertificate Class

 

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

Containing certificate used to create client assertion.

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

Inheritance Hierarchy

System.Object
  Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertionCertificate

Syntax

public sealed class ClientAssertionCertificate

Constructors

Name Description
System_CAPS_pubmethod ClientAssertionCertificate(String, X509Certificate2)

Constructor to create credential with client Id and certificate.

Properties

Name Description
System_CAPS_pubproperty Certificate

Gets the certificate used as credential.

System_CAPS_pubproperty ClientId

Gets the identifier of the client requesting the token.

System_CAPS_pubpropertySystem_CAPS_static MinKeySizeInBits

Gets minimum X509 certificate key size in bits

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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