Show / Hide Table of Contents

    Enum SecretType

    Defines the type of a generated or required secret.

    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum SecretType

    Fields

    Name Description
    Binary

    Random bytes generated by a cryptographically strong algorithm.

    Captcha

    Random characters suitable for using with Captcha systems.

    Password

    Password intended for typing by a user.

    Token

    Random characters suitable for passing in XML, JSON, URL, HTTP header, etc. that are generated by a cryptographically strong algorithm.

    Back to top Nevatech Sentinet 6.5 Online Documentation