다음을 통해 공유


FormsIdentity.Name 속성

정의

폼 ID의 사용자 이름을 가져옵니다.

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 virtual property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
public override string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Public Overrides ReadOnly Property Name As String

속성 값

폼 ID의 사용자 이름입니다.

구현

설명

속성은 Name 생성자에 제공된 의 FormsAuthenticationTicket 속성 값을 Name 반환합니다.

적용 대상

추가 정보