JwtSecurityToken.SignatureAlgorithm 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 signature algorithm associated with this instance.
public string SignatureAlgorithm { get; }
member this.SignatureAlgorithm : string
Public ReadOnly Property SignatureAlgorithm As String
Property Value
Remarks
If there is a SigningCredentials associated with this instance, a value will be returned. Null otherwise.