Enum TlsAlertDescription
Namespace: Yarp.ReverseProxy.Utilities.Tls
Assembly: Yarp.ReverseProxy.dll
Syntax
public enum TlsAlertDescription : byte
Fields
Name | Description |
---|---|
AccessDenied | |
BadCertificate | |
BadRecordMac | |
CertificateExpired | |
CertificateRevoked | |
CertificateUnknown | |
CloseNotify | |
DecodeError | |
DecompressionFail | |
DecryptError | |
DecryptionFailed | |
ExportRestriction | |
HandshakeFailure | |
IllegalParameter | |
InsuffientSecurity | |
InternalError | |
NoRenegotiation | |
ProtocolVersion | |
RecordOverflow | |
UnexpectedMessage | |
UnknownCA | |
UnsupportedCert | |
UnsupportedExt | |
UserCanceled |