KeyVaultCredential Constructor (KeyVaultClient.AuthenticationCallback)

 

Initializes a new instance of the KeyVaultCredential class.

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

Syntax

public KeyVaultCredential(
    KeyVaultClient.AuthenticationCallback authenticationCallback
)
public:
KeyVaultCredential(
    KeyVaultClient::AuthenticationCallback^ authenticationCallback
)
new : 
        authenticationCallback:KeyVaultClient.AuthenticationCallback -> KeyVaultCredential
Public Sub New (
    authenticationCallback As KeyVaultClient.AuthenticationCallback
)

Parameters

See Also

KeyVaultCredential Class
Microsoft.Azure.KeyVault Namespace

Return to top