TlsHandshakeHash public interface TlsHandshakeHash : TlsHash Base interface for an object that can calculate a handshake hash. Documentation Code void CopyBufferTo(Stream output) void ForceBuffering() TlsHash ForkPrfHash() byte[] GetFinalHash(int cryptoHashAlgorithm) void NotifyPrfDetermined() void SealHashAlgorithms() void StopTracking() void TrackHashAlgorithm(int cryptoHashAlgorithm)