Język

KeyVaultSecurityKey.AuthenticationCallback Delegat

Definicja

Delegat wywołania zwrotnego uwierzytelniania, który ma zostać zaimplementowany przez kod klienta.

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) 

Parametry

authority
String

Identyfikator urzędu, adres URL.

resource
String

Identyfikator zasobu docelowego, który jest adresatem żądanego tokenu, adresu URL.

scope
String

Zakres żądania uwierzytelniania.

Wartość zwracana

Token dostępu dla Azure Key Vault.

Dotyczy