Aracılığıyla paylaş


AdalTokenProvider.GetAccessTokenWithCertificate Method

Definition

public Microsoft.Azure.Commands.Common.Authentication.IAccessToken GetAccessTokenWithCertificate (Microsoft.Azure.Commands.Common.Authentication.AdalConfiguration config, string clientId, string certificate, string credentialType);
abstract member GetAccessTokenWithCertificate : Microsoft.Azure.Commands.Common.Authentication.AdalConfiguration * string * string * string -> Microsoft.Azure.Commands.Common.Authentication.IAccessToken
override this.GetAccessTokenWithCertificate : Microsoft.Azure.Commands.Common.Authentication.AdalConfiguration * string * string * string -> Microsoft.Azure.Commands.Common.Authentication.IAccessToken
Public Function GetAccessTokenWithCertificate (config As AdalConfiguration, clientId As String, certificate As String, credentialType As String) As IAccessToken

Parameters

clientId
String
certificate
String
credentialType
String

Returns

Implements

Applies to