AuthenticationCallback Delegate

The authentication callback delegate which is to be implemented by the client codes

Namespace: Microsoft.KeyVault.Client.KeyVaultClient
Assembly: Microsoft.KeyVault.Client (in Microsoft.KeyVault.Client.dll)

Syntax

'Declaration
public delegate string AuthenticationCallback (
    string authority,
    string resource,
    string scope
)

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Microsoft.KeyVault.Client.KeyVaultClient Namespace