ManagedIdentityClientAssertion 클래스

정의

https://aka.ms/ms-id-web/certificateless을(를) 참조하세요.

public class ManagedIdentityClientAssertion : Microsoft.Identity.Web.ClientAssertionProviderBase
type ManagedIdentityClientAssertion = class
    inherit ClientAssertionProviderBase
Public Class ManagedIdentityClientAssertion
Inherits ClientAssertionProviderBase
상속
ManagedIdentityClientAssertion

생성자

Name Description
ManagedIdentityClientAssertion(String, String, ILogger)

https://aka.ms/ms-id-web/certificateless을(를) 참조하세요.

ManagedIdentityClientAssertion(String, String)

https://aka.ms/ms-id-web/certificateless을(를) 참조하세요.

ManagedIdentityClientAssertion(String)

https://aka.ms/ms-id-web/certificateless을(를) 참조하세요.

속성

Name Description
Expiry

클라이언트 어설션의 만료입니다.

(다음에서 상속됨 ClientAssertionProviderBase)

메서드

Name Description
GetClientAssertionAsync(AssertionRequestOptions)

관리 ID(인증서 없는)로 획득한 서명된 어설션을 사용하여 인증서가 없는 인증의 프로토타입입니다.

GetSignedAssertionAsync(AssertionRequestOptions)

서명된 어설션을 가져와서 필요한 경우 새로 고칩니다.

(다음에서 상속됨 ClientAssertionProviderBase)

적용 대상