KeyVaultSecurityKey.AuthenticationCallback Delegar

Definição

O delegado de callback de autenticação que deve ser implementado pelo código do cliente.

public delegate System.Threading.Tasks.Task<string> KeyVaultSecurityKey.AuthenticationCallback(string authority, string resource, string scope);
type KeyVaultSecurityKey.AuthenticationCallback = delegate of string * string * string -> Task<string>
Public Delegate Function KeyVaultSecurityKey.AuthenticationCallback(authority As String, resource As String, scope As String) As Task(Of String) 

Parâmetros

authority
String

Identificador da autoridade, uma URL.

resource
String

Identificador do recurso alvo que é o destinatário do token solicitado, uma URL.

scope
String

O âmbito do pedido de autenticação.

Devolver Valor

Um token de acesso para Azure Key Vault.

Aplica-se a