C# 클래스 System.Net.Http.PrincipalHelper

파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

비공개 메소드들

메소드 설명
ExtractTicketFromHeader ( HttpRequestMessage request ) : System.Web.Security.FormsAuthenticationTicket

Checks, extracs, and parses the SimpleWebToken from the Authentication Header.

GetPrincipalFromHttpRequest ( HttpRequestMessage request ) : IPrincipal
SetPrincipal ( HttpRequestMessage request, IPrincipal principal ) : void