KeyVaultSecurityKey.AuthenticationCallback 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由客户端代码实现的身份验证回调委托。
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 密钥保管库的访问令牌。