ClientAssertionCertificate.Certificate Property

 

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

Gets the certificate used as credential.

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

Syntax

public X509Certificate2 Certificate { get; private set; }

Property Value

Type: System.Security.Cryptography.X509Certificates.X509Certificate2

See Also

ClientAssertionCertificate Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top