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

Secret including client id and secret.
파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ClientCredential ( IClientAssertionCertificate certificate ) : System

Constructor to create Secret with client id and secret

ClientCredential ( string secret ) : System

Constructor to create Secret with client id and secret

메소드 상세

ClientCredential() 공개 메소드

Constructor to create Secret with client id and secret
public ClientCredential ( IClientAssertionCertificate certificate ) : System
certificate IClientAssertionCertificate Secret of the client requesting the token.
리턴 System

ClientCredential() 공개 메소드

Constructor to create Secret with client id and secret
public ClientCredential ( string secret ) : System
secret string Secret of the client requesting the token.
리턴 System