ManagedIdentityApplicationBuilder 클래스

정의

관리 ID 애플리케이션용 작성기입니다.

public sealed class ManagedIdentityApplicationBuilder : Microsoft.Identity.Client.BaseAbstractApplicationBuilder<Microsoft.Identity.Client.ManagedIdentityApplicationBuilder>
type ManagedIdentityApplicationBuilder = class
    inherit BaseAbstractApplicationBuilder<ManagedIdentityApplicationBuilder>
Public NotInheritable Class ManagedIdentityApplicationBuilder
Inherits BaseAbstractApplicationBuilder(Of ManagedIdentityApplicationBuilder)
상속

메서드

Name Description
Build()

에 설정된 매개 변수의 IManagedIdentityApplication 인스턴스를 ManagedIdentityApplicationBuilder빌드합니다.

Create(ManagedIdentityId)

사용자가 할당한 관리 ID clientID/resourceId/objectId에서 ManagedIdentityApplicationBuilder를 만듭니다. 예를 들어 시스템 할당 관리 ID의 경우 ManagedIdentityApplicationBuilder.Create(ManagedIdentityId.SystemAssigned)를 사용하고 사용자 할당 관리 ID의 경우 ManagedIdentityApplicationBuilder.Create(ManagedIdentityId.)를 사용합니다. WithUserAssignedClientId(clientId)) 또는 ManagedIdentityId.WithUserAssignedResourceId("resourceId") 또는 ManagedIdentityId.WithUserAssignedObjectId("objectid"). 자세한 내용은 를 참조하세요. https://aka.ms/msal-net-managed-identity

WithClientCapabilities(IEnumerable<String>)

Microsoft 상호 작용 없이 리소스 문제를 해결할 수 있는 ID별 OIDC 확장입니다. 하나 이상의 클라이언트 기능(예: "llt")의 구성을 허용합니다.

WithClientName(String)

원격 분석을 위해 호출 SDK API의 이름을 설정합니다.

(다음에서 상속됨 BaseAbstractApplicationBuilder<T>)
WithClientVersion(String)

원격 분석을 위해 호출 SDK의 버전을 설정합니다.

(다음에서 상속됨 BaseAbstractApplicationBuilder<T>)
WithDebugLoggingCallback(LogLevel, Boolean, Boolean)

디버그 로깅 콜백을 메시지 수준과 메시지 자체를 표시하는 기본 디버그 메서드로 설정합니다. 자세한 내용은 를 참조 https://aka.ms/msal-net-logging

(다음에서 상속됨 BaseAbstractApplicationBuilder<T>)
WithExperimentalFeatures(Boolean)

실험적 기능 및 API를 사용할 수 있습니다. 이 플래그를 설정하지 않으면 실험적 기능이 예외를 throw합니다. 자세한 내용은 를 참조 https://aka.ms/msal-net-experimental-features

(다음에서 상속됨 BaseAbstractApplicationBuilder<T>)
WithExtraQueryParameters(IDictionary<String,String>)

HTTP 인증 요청의 쿼리 문자열에 대한 추가 쿼리 매개 변수를 설정합니다.

WithHttpClientFactory(IMsalHttpClientFactory, Boolean)

특정 IMsalHttpClientFactory 을 사용하여 IdP와 통신합니다. 이렇게 하면 프록시 설정 또는 에이전트 설정과 같은 고급 시나리오를 사용할 수 있습니다.

(다음에서 상속됨 BaseAbstractApplicationBuilder<T>)
WithHttpClientFactory(IMsalHttpClientFactory)

특정 IMsalHttpClientFactory 을 사용하여 IdP와 통신합니다. 이렇게 하면 프록시 설정 또는 에이전트 설정과 같은 고급 시나리오를 사용할 수 있습니다.

(다음에서 상속됨 BaseAbstractApplicationBuilder<T>)
WithLogging(IIdentityLogger, Boolean)

ID 로거를 설정합니다. 자세한 내용은 를 참조 https://aka.ms/msal-net-logging

(다음에서 상속됨 BaseAbstractApplicationBuilder<T>)
WithLogging(LogCallback, Nullable<LogLevel>, Nullable<Boolean>, Nullable<Boolean>)

로깅 콜백을 설정합니다. 자세한 내용은 를 참조 https://aka.ms/msal-net-logging

(다음에서 상속됨 BaseAbstractApplicationBuilder<T>)
WithOptions(BaseApplicationOptions)

예를 들어 구성 파일에서 읽을 수 있는 애플리케이션 옵션을 설정합니다. https://aka.ms/msal-net-application-configuration을(를) 참조하세요.

(다음에서 상속됨 BaseAbstractApplicationBuilder<T>)
WithTelemetryClient(ITelemetryClient[])
사용되지 않음.

이 메서드는 사용되지 않습니다. https://aka.ms/msal-net-telemetry을 참조하십시오.

적용 대상