다음을 통해 공유


SslSessionState 열거형

정의

SSL 세션 수명 주기의 단계를 열거합니다.

public enum SslSessionState
type SslSessionState = 
상속
SslSessionState

필드

Name Description
Invalid -1
Idle 0
Handshake 1
Connected 2
Closed 3
Aborted 4

적용 대상