Show / Hide Table of Contents

    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).

    Back to top Nevatech Sentinet 6.5 Online Documentation