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

A token provider that uses ADAL to retrieve tokens from Azure Active Directory
상속: ITokenProvider
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
AdalTokenProvider ( ) : Microsoft.Azure.Commands.Common.Authentication.Models
AdalTokenProvider ( IWin32Window parentWindow ) : Microsoft.Azure.Commands.Common.Authentication.Models
GetAccessToken ( AdalConfiguration config, ShowDialog promptBehavior, string userId, SecureString password, AzureAccount credentialType ) : IAccessToken
GetAccessTokenWithCertificate ( AdalConfiguration config, string clientId, string certificate, AzureAccount credentialType ) : IAccessToken

메소드 상세

AdalTokenProvider() 공개 메소드

public AdalTokenProvider ( ) : Microsoft.Azure.Commands.Common.Authentication.Models
리턴 Microsoft.Azure.Commands.Common.Authentication.Models

AdalTokenProvider() 공개 메소드

public AdalTokenProvider ( IWin32Window parentWindow ) : Microsoft.Azure.Commands.Common.Authentication.Models
parentWindow IWin32Window
리턴 Microsoft.Azure.Commands.Common.Authentication.Models

GetAccessToken() 공개 메소드

public GetAccessToken ( AdalConfiguration config, ShowDialog promptBehavior, string userId, SecureString password, AzureAccount credentialType ) : IAccessToken
config AdalConfiguration
promptBehavior ShowDialog
userId string
password System.Security.SecureString
credentialType Microsoft.Azure.Commands.Common.Authentication.Models.AzureAccount
리턴 IAccessToken

GetAccessTokenWithCertificate() 공개 메소드

public GetAccessTokenWithCertificate ( AdalConfiguration config, string clientId, string certificate, AzureAccount credentialType ) : IAccessToken
config AdalConfiguration
clientId string
certificate string
credentialType Microsoft.Azure.Commands.Common.Authentication.Models.AzureAccount
리턴 IAccessToken