Table of Contents

Enum AuthenticationMethod

Namespace
SimpleSign.Brasil.Signing
Assembly
SimpleSign.Brasil.dll

Authentication method used to identify the signer in an Advanced Electronic Signature (Lei 14.063/2020).

public enum AuthenticationMethod
Extension Methods

Fields

DigitalCertificate = 1

Digital certificate (ICP-Brasil or other).

FacialBiometrics = 3

Facial biometrics.

GovBr = 2

Gov.br (Brazilian federal digital identity platform).

InstitutionalLogin = 0

Institutional login (SSO, Active Directory, etc.).

TokenOtp = 4

OTP token (one-time password).

UsernamePassword = 5

Username and password.