jellyfin/SocketHttpListener/Primitives/ICertificate.cs
2017-08-24 15:52:19 -04:00

12 lines
191 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace SocketHttpListener.Primitives
{
public interface ICertificate
{
}
}