Table of Contents

Interface Tls13Verifier

Namespace
Org.BouncyCastle.Tls.Crypto
Assembly
BouncyCastle.Cryptography.dll
public interface Tls13Verifier

Properties

Stream

Stream Stream { get; }

Property Value

Stream

Exceptions

IOException

Methods

VerifySignature(byte[])

bool VerifySignature(byte[] signature)

Parameters

signature byte[]

Returns

bool

Exceptions

IOException