ClientAssertionCertificate
Class
Definition
Containing certificate used to create client assertion.
public sealed class ClientAssertionCertificate : Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate
- Inheritance
-
ClientAssertionCertificate
- Implements
Constructors
| ClientAssertionCertificate(String, X509Certificate2) |
Constructor to create credential with client Id and certificate. |
Properties
| Certificate |
Gets the certificate used as credential. |
| ClientId |
Gets the identifier of the client requesting the token. |
| MinKeySizeInBits |
Gets minimum X509 certificate key size in bits |
| Thumbprint |
Returns thumbprint of the certificate |
Methods
| Sign(String) |
Signs a message using the private key in the certificate |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |