| AuthenticationMethod Enumeration |
Represents methods of authentication
Namespace:
SanteDB.Core.Security.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax [FlagsAttribute]
public enum AuthenticationMethod
<FlagsAttribute>
Public Enumeration AuthenticationMethod
[FlagsAttribute]
public enum class AuthenticationMethod
[<FlagsAttribute>]
type AuthenticationMethod
Members
| Member name | Value | Description |
---|
| Local | 1 |
Perform only local authentication
|
| Online | 2 |
Perform only online authentication
|
| Any | 3 |
Use either method
|
See Also