C# 클래스 Microsoft.Azure.Commands.Common.Authentication.KeyStoreApplicationCredentialProvider

Interface to the keystore for authentication
상속: IApplicationAuthenticationProvider
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
AuthenticateAsync ( string clientId, string audience, Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext context ) : Task

Authenticate using the secret for the specified client from the key store

KeyStoreApplicationCredentialProvider ( string tenant ) : Microsoft.IdentityModel.Clients.ActiveDirectory

Create a credential provider

메소드 상세

AuthenticateAsync() 공개 메소드

Authenticate using the secret for the specified client from the key store
public AuthenticateAsync ( string clientId, string audience, Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext context ) : Task
clientId string The active directory client id for the application.
audience string The intended audience for authentication
context Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext The AD AuthenticationContext to use
리턴 Task

KeyStoreApplicationCredentialProvider() 공개 메소드

Create a credential provider
public KeyStoreApplicationCredentialProvider ( string tenant ) : Microsoft.IdentityModel.Clients.ActiveDirectory
tenant string
리턴 Microsoft.IdentityModel.Clients.ActiveDirectory