KeyVaultCredential.PostAuthenticate Method (HttpResponseMessage)

 

Attempts to post-authenticate a request.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

protected Task<string> PostAuthenticate(
    HttpResponseMessage response
)
protected:
Task<String^>^ PostAuthenticate(
    HttpResponseMessage^ response
)
member PostAuthenticate : 
        response:HttpResponseMessage -> Task<string>
Protected Function PostAuthenticate (
    response As HttpResponseMessage
) As Task(Of String)

Parameters

Return Value

Type: System.Threading.Tasks.Task<String>

The task representing the request.

See Also

KeyVaultCredential Class
Microsoft.Azure.KeyVault Namespace

Return to top