Enum SignatureAlgorithm
Defines the digital signature algorithms used to sign security tokens.
Namespace: Nevatech.Vsb.Repository.Security
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
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). |