AuthenticationInformation.Session 속성

정의

권한과 클라이언트 사이의 세션을 설명하는 세션 인덱스를 가져오거나 설정합니다.

public:
 property System::String ^ Session { System::String ^ get(); void set(System::String ^ value); };
public string Session { get; set; }
member this.Session : string with get, set
Public Property Session As String

속성 값

String

세션 인덱스입니다.

적용 대상