SslSessionOption 枚举

定义

枚举 SSL 会话行为选项。

public enum SslSessionOption
type SslSessionOption = 
继承
SslSessionOption

字段

名称 说明
BreakOnServerAuth 0
BreakOnCertRequested 1
BreakOnClientAuth 2
FalseStart 3
SendOneByteRecord 4
AllowServerIdentityChange 5
Fallback 6
BreakOnClientHello 7
AllowRenegotiation 8
EnableSessionTickets 9

适用于