ClientJWTSigningCertificate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ClientJWTSigningCertificate sealed : Microsoft::IdentityServer::PolicyModel::Client::ClientJWTSigningKey
[System.Serializable]
public sealed class ClientJWTSigningCertificate : Microsoft.IdentityServer.PolicyModel.Client.ClientJWTSigningKey
type ClientJWTSigningCertificate = class
inherit ClientJWTSigningKey
Public NotInheritable Class ClientJWTSigningCertificate
Inherits ClientJWTSigningKey
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| ClientJWTSigningCertificate(String, X509Certificate2) | |
Properties
| Name | Description |
|---|---|
| Certificate | |
| Identifier | (Inherited from ClientJWTSigningKey) |
Methods
| Name | Description |
|---|---|
| GetCryptoData() | |
| GetObjectData(SerializationInfo, StreamingContext) | |
| MatchesCryptoData(Object) | |
| ToString() | |