KeyVaultSecurityKey.AuthenticationCallback 委托

定义

由客户端代码实现的身份验证回调委托。

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) 

参数

authority
String

颁发机构标识符,URL。

resource
String

作为所请求令牌的收件人的目标资源的标识符,URL。

scope
String

身份验证请求的范围。

返回值

Azure 密钥保管库的访问令牌。

适用于