CertificateUrl public sealed class CertificateUrl RFC 3546 3.3 Documentation public short Type { get; } public IList<UrlAndHash> UrlAndHashList { get; } public CertificateUrl(short type, IList<UrlAndHash> urlAndHashList) public static CertificateUrl Parse(TlsContext context, Stream input) Parse a CertificateUrl from a Stream. public void Encode(Stream output) Encode this CertificateUrl to a Stream.