Enum SignatureAlgorithm
Defines the digital signature algorithms used to sign security tokens.
Namespace: Nevatech.Vsb.Repository.Security
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum SignatureAlgorithm
Fields
| Name | Description |
|---|---|
| HS256 | Symmetrical cryptographic algorithm (HMAC with SHA-256 hash). |
| RS256 | Asymmetrical cryptographic algorithm (RSA signature with SHA-256 hash). |