feat(Constants): Erstellen von Konstanten für die Empfängerrolle, um die Authentifizierungsschritte des Empfängers zu trennen
This commit is contained in:
parent
2f9d07312b
commit
82d8521a25
@ -112,6 +112,13 @@
|
|||||||
End Enum
|
End Enum
|
||||||
#End Region
|
#End Region
|
||||||
|
|
||||||
|
#Region "Role"
|
||||||
|
Public NotInheritable Class ReceiverRole
|
||||||
|
Public Const PreAuth As String = "PreAuth"
|
||||||
|
Public Const FullyAuth As String = "FullyAuth"
|
||||||
|
End Class
|
||||||
|
#End Region
|
||||||
|
|
||||||
#Region "Constants"
|
#Region "Constants"
|
||||||
|
|
||||||
Public Const DATABASE = "DATABASE"
|
Public Const DATABASE = "DATABASE"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user