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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateFromHost ( string host ) : AuthenticatorTemplate
VerifyAnotherHostByInstanceDiscoveryAsync ( string host, string tenant, CallState callState ) : System.Threading.Tasks.Task

메소드 상세

CreateFromHost() 공개 정적인 메소드

public static CreateFromHost ( string host ) : AuthenticatorTemplate
host string
리턴 AuthenticatorTemplate

VerifyAnotherHostByInstanceDiscoveryAsync() 공개 메소드

public VerifyAnotherHostByInstanceDiscoveryAsync ( string host, string tenant, CallState callState ) : System.Threading.Tasks.Task
host string
tenant string
callState CallState
리턴 System.Threading.Tasks.Task