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 Key Vault 대한 액세스 토큰입니다.

적용 대상