C# 클래스 tdlr.App

상속: Xamarin.Forms.Application
파일 보기 프로젝트 열기: Azure-Samples/active-directory-xamarin-demo-tdlr

공개 프로퍼티들

프로퍼티 타입 설명
AuthContext Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext
clientId string
commonAuthority string
graphApiResourceId string
graphApiVersion string
redirectUri System.Uri
taskApiResourceId string

공개 메소드들

메소드 설명
App ( ) : System
SetADALAuthority ( ) : void

보호된 메소드들

메소드 설명
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

OnResume() 보호된 메소드

protected OnResume ( ) : void
리턴 void

OnSleep() 보호된 메소드

protected OnSleep ( ) : void
리턴 void

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

SetADALAuthority() 공개 정적인 메소드

public static SetADALAuthority ( ) : void
리턴 void

프로퍼티 상세

AuthContext 공개적으로 정적으로 프로퍼티

public static AuthenticationContext,Microsoft.IdentityModel.Clients.ActiveDirectory AuthContext
리턴 Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext

clientId 공개적으로 정적으로 프로퍼티

public static string clientId
리턴 string

commonAuthority 공개적으로 정적으로 프로퍼티

public static string commonAuthority
리턴 string

graphApiResourceId 공개적으로 정적으로 프로퍼티

public static string graphApiResourceId
리턴 string

graphApiVersion 공개적으로 정적으로 프로퍼티

public static string graphApiVersion
리턴 string

redirectUri 공개적으로 정적으로 프로퍼티

public static Uri,System redirectUri
리턴 System.Uri

taskApiResourceId 공개적으로 정적으로 프로퍼티

public static string taskApiResourceId
리턴 string