DefaultKeyVaultSecretManager.GetKey(SecretBundle) Method
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.
Maps secret to a configuration key.
public:
virtual System::String ^ GetKey(Microsoft::Azure::KeyVault::Models::SecretBundle ^ secret);
public virtual string GetKey (Microsoft.Azure.KeyVault.Models.SecretBundle secret);
abstract member GetKey : Microsoft.Azure.KeyVault.Models.SecretBundle -> string
override this.GetKey : Microsoft.Azure.KeyVault.Models.SecretBundle -> string
Public Overridable Function GetKey (secret As SecretBundle) As String
Parameters
- secret
- SecretBundle
The SecretBundle instance.
Returns
Configuration key name to store secret value.