From 2415feaca38078502fcaddbcd1abd05b169ea8d4 Mon Sep 17 00:00:00 2001 From: schedpas Date: Wed, 27 Oct 2021 10:11:58 +0200 Subject: [PATCH] public IUniquieID --- Pilz.Cryptography/IUniquieID.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pilz.Cryptography/IUniquieID.cs b/Pilz.Cryptography/IUniquieID.cs index dbfc87e..87e606c 100644 --- a/Pilz.Cryptography/IUniquieID.cs +++ b/Pilz.Cryptography/IUniquieID.cs @@ -4,7 +4,7 @@ using System.Text; namespace Pilz.Cryptography { - interface IUniquieID + public interface IUniquieID { bool HasID { get; } string ID { get; }