ClientAssertionCertificate.ClientId Property

 

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

Gets the identifier of the client requesting the token.

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

Syntax

public string ClientId { get; private set; }

Property Value

Type: System.String

See Also

ClientAssertionCertificate Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top