共用方式為


SslSessionOption 列舉

定義

列舉 SSL 會話行為選項。

public enum SslSessionOption
type SslSessionOption = 
繼承
SslSessionOption

欄位

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

適用於