IPWorks Auth 2020 .NET Edition

Questions / Feedback?

SignerCert Property

The JWT public signer certificate.

Syntax

public Certificate SignerCert { get; set; }
Public Property SignerCert As Certificate

Remarks

This property specifies the public certificate of JWT signer. When GetAuthorization is called the returned ID token is typically signed. The public certificate specified in this property is used to verify the signature.

If this property is not set, the certificate is automatically retrieved from the SignerCertURL.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 .NET Edition - Version 20.0 [Build 8155]