C# 클래스 Microsoft.Identity.Client.Internal.Authenticator

파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Authenticator ( string authority, bool validateAuthority, System.Guid correlationId ) : System
IsTenantLess ( string authority ) : bool
UpdateFromTemplateAsync ( CallState callState ) : System.Threading.Tasks.Task
UpdateTenantId ( string tenantId ) : void

비공개 메소드들

메소드 설명
CanonicalizeUri ( string uri ) : string
ReplaceTenantlessTenant ( string tenantId ) : void

메소드 상세

Authenticator() 공개 메소드

public Authenticator ( string authority, bool validateAuthority, System.Guid correlationId ) : System
authority string
validateAuthority bool
correlationId System.Guid
리턴 System

IsTenantLess() 공개 정적인 메소드

public static IsTenantLess ( string authority ) : bool
authority string
리턴 bool

UpdateFromTemplateAsync() 공개 메소드

public UpdateFromTemplateAsync ( CallState callState ) : System.Threading.Tasks.Task
callState CallState
리턴 System.Threading.Tasks.Task

UpdateTenantId() 공개 메소드

public UpdateTenantId ( string tenantId ) : void
tenantId string
리턴 void