KeyVaultKeyResolver Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
KeyVaultKeyResolver(IKeyVaultClient)
- Source:
- KeyVaultKeyResolver.cs
public KeyVaultKeyResolver (Microsoft.Azure.KeyVault.IKeyVaultClient client);
new Microsoft.Azure.KeyVault.KeyVaultKeyResolver : Microsoft.Azure.KeyVault.IKeyVaultClient -> Microsoft.Azure.KeyVault.KeyVaultKeyResolver
Public Sub New (client As IKeyVaultClient)
Parameters
- client
- IKeyVaultClient
Applies to
KeyVaultKeyResolver(KeyVaultClient+AuthenticationCallback)
- Source:
- KeyVaultKeyResolver.cs
public KeyVaultKeyResolver (Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback authenticationCallback);
new Microsoft.Azure.KeyVault.KeyVaultKeyResolver : Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback -> Microsoft.Azure.KeyVault.KeyVaultKeyResolver
Public Sub New (authenticationCallback As KeyVaultClient.AuthenticationCallback)
Parameters
- authenticationCallback
- KeyVaultClient.AuthenticationCallback
Applies to
KeyVaultKeyResolver(String, IKeyVaultClient)
- Source:
- KeyVaultKeyResolver.cs
public KeyVaultKeyResolver (string vaultName, Microsoft.Azure.KeyVault.IKeyVaultClient client);
new Microsoft.Azure.KeyVault.KeyVaultKeyResolver : string * Microsoft.Azure.KeyVault.IKeyVaultClient -> Microsoft.Azure.KeyVault.KeyVaultKeyResolver
Public Sub New (vaultName As String, client As IKeyVaultClient)
Parameters
- vaultName
- String
- client
- IKeyVaultClient
Applies to
KeyVaultKeyResolver(String, KeyVaultClient+AuthenticationCallback)
- Source:
- KeyVaultKeyResolver.cs
public KeyVaultKeyResolver (string vaultName, Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback authenticationCallback);
new Microsoft.Azure.KeyVault.KeyVaultKeyResolver : string * Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback -> Microsoft.Azure.KeyVault.KeyVaultKeyResolver
Public Sub New (vaultName As String, authenticationCallback As KeyVaultClient.AuthenticationCallback)
Parameters
- vaultName
- String
- authenticationCallback
- KeyVaultClient.AuthenticationCallback
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET