Class IdentityServerConstants.SecretTypes
- Namespace
- Duende.IdentityServer
- Assembly
- Duende.IdentityServer.dll
public static class IdentityServerConstants.SecretTypes
- Inheritance
-
IdentityServerConstants.SecretTypes
- Inherited Members
-
Fields
JsonWebKey
public const string JsonWebKey = "JWK"
Field Value
- string
SharedSecret
public const string SharedSecret = "SharedSecret"
Field Value
- string
X509CertificateBase64
public const string X509CertificateBase64 = "X509CertificateBase64"
Field Value
- string
X509CertificateName
public const string X509CertificateName = "X509Name"
Field Value
- string
X509CertificateThumbprint
public const string X509CertificateThumbprint = "X509Thumbprint"
Field Value
- string