C# 클래스 Microsoft.Azure.Commands.KeyVault.Models.DataServiceCredential

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
DataServiceCredential ( IAuthenticationFactory authFactory, Microsoft.Azure.Common.Authentication.Models.AzureContext context, Microsoft.Azure.Common.Authentication.Models.AzureEnvironment resourceIdEndpoint ) : Microsoft.Azure.Commands.Common.Authentication
GetToken ( ) : string
OnAuthentication ( string authority, string resource, string scope ) : Task

Authentication callback method required by KeyVaultClient

비공개 메소드들

메소드 설명
GetTenantId ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : string
GetTokenInternal ( string tenantId, IAuthenticationFactory authFactory, Microsoft.Azure.Common.Authentication.Models.AzureContext context, Microsoft.Azure.Common.Authentication.Models.AzureEnvironment resourceIdEndpoint ) : string>.Tuple

메소드 상세

DataServiceCredential() 공개 메소드

public DataServiceCredential ( IAuthenticationFactory authFactory, Microsoft.Azure.Common.Authentication.Models.AzureContext context, Microsoft.Azure.Common.Authentication.Models.AzureEnvironment resourceIdEndpoint ) : Microsoft.Azure.Commands.Common.Authentication
authFactory IAuthenticationFactory
context Microsoft.Azure.Common.Authentication.Models.AzureContext
resourceIdEndpoint Microsoft.Azure.Common.Authentication.Models.AzureEnvironment
리턴 Microsoft.Azure.Commands.Common.Authentication

GetToken() 공개 메소드

public GetToken ( ) : string
리턴 string

OnAuthentication() 공개 메소드

Authentication callback method required by KeyVaultClient
public OnAuthentication ( string authority, string resource, string scope ) : Task
authority string
resource string
scope string
리턴 Task