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

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

공개 메소드들

메소드 설명
AddToParameters ( string>.IDictionary parameters ) : void
ClientKey ( string clientId ) : System
ClientKey ( string clientId, ClientAssertion clientAssertion ) : System
ClientKey ( string clientId, ClientCredential clientCredential, Authenticator authenticator ) : System

메소드 상세

AddToParameters() 공개 메소드

public AddToParameters ( string>.IDictionary parameters ) : void
parameters string>.IDictionary
리턴 void

ClientKey() 공개 메소드

public ClientKey ( string clientId ) : System
clientId string
리턴 System

ClientKey() 공개 메소드

public ClientKey ( string clientId, ClientAssertion clientAssertion ) : System
clientId string
clientAssertion ClientAssertion
리턴 System

ClientKey() 공개 메소드

public ClientKey ( string clientId, ClientCredential clientCredential, Authenticator authenticator ) : System
clientId string
clientCredential ClientCredential
authenticator Authenticator
리턴 System