C# Класс Microsoft.Azure.Commands.Common.Authentication.AdalTokenProvider

A token provider that uses ADAL to retrieve tokens from Azure Active Directory
Наследование: ITokenProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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