Enum TlsHandshakeType
Namespace: Yarp.ReverseProxy.Utilities.Tls
Assembly: Yarp.ReverseProxy.dll
Syntax
public enum TlsHandshakeType : byte
Fields
Name | Description |
---|---|
Certificate | |
CertificateRequest | |
CertificateVerify | |
ClientHello | |
ClientKeyExchange | |
EncryptedExtensions | |
EndOfEarlyData | |
Finished | |
HelloRequest | |
KeyUpdate | |
MessageHash | |
NewSessionTicket | |
ServerHello | |
ServerHelloDone | |
ServerKeyExchange |