JwtHeader.SigningCredentials Property
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.
Gets the SigningCredentials passed in the constructor.
public Microsoft.IdentityModel.Tokens.SigningCredentials SigningCredentials { get; }
member this.SigningCredentials : Microsoft.IdentityModel.Tokens.SigningCredentials
Public ReadOnly Property SigningCredentials As SigningCredentials
Property Value
Remarks
This value may be null.