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 = 1Digital certificate (ICP-Brasil or other).
FacialBiometrics = 3Facial biometrics.
GovBr = 2Gov.br (Brazilian federal digital identity platform).
InstitutionalLogin = 0Institutional login (SSO, Active Directory, etc.).
TokenOtp = 4OTP token (one-time password).
UsernamePassword = 5Username and password.