Share via


KeyVaultSecurityKey Constructors

Definition

Overloads

KeyVaultSecurityKey()

Initializes a new instance of the KeyVaultSecurityKey class.

KeyVaultSecurityKey(String, KeyVaultSecurityKey+AuthenticationCallback)

Initializes a new instance of the KeyVaultSecurityKey class.

KeyVaultSecurityKey()

Initializes a new instance of the KeyVaultSecurityKey class.

protected KeyVaultSecurityKey ();
Protected Sub New ()

Applies to

KeyVaultSecurityKey(String, KeyVaultSecurityKey+AuthenticationCallback)

Initializes a new instance of the KeyVaultSecurityKey class.

public KeyVaultSecurityKey (string keyIdentifier, Microsoft.IdentityModel.KeyVaultExtensions.KeyVaultSecurityKey.AuthenticationCallback callback);
new Microsoft.IdentityModel.KeyVaultExtensions.KeyVaultSecurityKey : string * Microsoft.IdentityModel.KeyVaultExtensions.KeyVaultSecurityKey.AuthenticationCallback -> Microsoft.IdentityModel.KeyVaultExtensions.KeyVaultSecurityKey
Public Sub New (keyIdentifier As String, callback As KeyVaultSecurityKey.AuthenticationCallback)

Parameters

keyIdentifier
String

The key identifier that is recognized by KeyVault.

callback
KeyVaultSecurityKey.AuthenticationCallback

The authentication callback that will obtain the access_token for KeyVault.

Exceptions

if callbackis null.

Applies to