ClientJWTSigningCertificate(String, X509Certificate2) Constructor
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:
ClientJWTSigningCertificate(System::String ^ keyIdentifier, System::Security::Cryptography::X509Certificates::X509Certificate2 ^ cert);
public ClientJWTSigningCertificate(string keyIdentifier, System.Security.Cryptography.X509Certificates.X509Certificate2 cert);
new Microsoft.IdentityServer.PolicyModel.Client.ClientJWTSigningCertificate : string * System.Security.Cryptography.X509Certificates.X509Certificate2 -> Microsoft.IdentityServer.PolicyModel.Client.ClientJWTSigningCertificate
Public Sub New (keyIdentifier As String, cert As X509Certificate2)
Parameters
- keyIdentifier
- String
- cert
- X509Certificate2