C# 클래스 Microsoft.Identity.Client.ClientAssertion

Secret type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".
파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet

공개 메소드들

메소드 설명
ClientAssertion ( string assertion ) : System

Constructor to create credential with a jwt token encoded as a base64 url encoded string.

메소드 상세

ClientAssertion() 공개 메소드

Constructor to create credential with a jwt token encoded as a base64 url encoded string.
public ClientAssertion ( string assertion ) : System
assertion string The jwt used as credential.
리턴 System