ManagedIdentityClientAssertion 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
https://aka.ms/ms-id-web/certificateless을(를) 참조하세요.
public class ManagedIdentityClientAssertion : Microsoft.Identity.Web.ClientAssertionProviderBase
type ManagedIdentityClientAssertion = class
inherit ClientAssertionProviderBase
Public Class ManagedIdentityClientAssertion
Inherits ClientAssertionProviderBase
- 상속
생성자
속성
| Name | Description |
|---|---|
| Expiry |
클라이언트 어설션의 만료입니다. (다음에서 상속됨 ClientAssertionProviderBase) |
메서드
| Name | Description |
|---|---|
| GetClientAssertionAsync(AssertionRequestOptions) |
관리 ID(인증서 없는)로 획득한 서명된 어설션을 사용하여 인증서가 없는 인증의 프로토타입입니다. |
| GetSignedAssertionAsync(AssertionRequestOptions) |
서명된 어설션을 가져와서 필요한 경우 새로 고칩니다. (다음에서 상속됨 ClientAssertionProviderBase) |