diff options
Diffstat (limited to 'SocketHttpListener/Primitives/ICertificate.cs')
| -rw-r--r-- | SocketHttpListener/Primitives/ICertificate.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/SocketHttpListener/Primitives/ICertificate.cs b/SocketHttpListener/Primitives/ICertificate.cs new file mode 100644 index 000000000..1289da13d --- /dev/null +++ b/SocketHttpListener/Primitives/ICertificate.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace SocketHttpListener.Primitives +{ + public interface ICertificate + { + } +} |
