From 82d8521a25c8914b51eef39a5dd0fa5e226310ed Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Fri, 7 Feb 2025 09:47:32 +0100 Subject: [PATCH] =?UTF-8?q?feat(Constants):=20Erstellen=20von=20Konstanten?= =?UTF-8?q?=20f=C3=BCr=20die=20Empf=C3=A4ngerrolle,=20um=20die=20Authentif?= =?UTF-8?q?izierungsschritte=20des=20Empf=C3=A4ngers=20zu=20trennen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EnvelopeGenerator.Common/Constants.vb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/EnvelopeGenerator.Common/Constants.vb b/EnvelopeGenerator.Common/Constants.vb index 748b4723..4b3d7a33 100644 --- a/EnvelopeGenerator.Common/Constants.vb +++ b/EnvelopeGenerator.Common/Constants.vb @@ -112,6 +112,13 @@ End Enum #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" Public Const DATABASE = "DATABASE"