KeyRestoreParameters 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
KeyRestoreParameters() |
Initializes a new instance of the KeyRestoreParameters class. |
KeyRestoreParameters(Byte[]) |
Initializes a new instance of the KeyRestoreParameters class. |
KeyRestoreParameters()
- Source:
- KeyRestoreParameters.cs
Initializes a new instance of the KeyRestoreParameters class.
public KeyRestoreParameters();
Public Sub New ()
Applies to
KeyRestoreParameters(Byte[])
- Source:
- KeyRestoreParameters.cs
Initializes a new instance of the KeyRestoreParameters class.
public KeyRestoreParameters(byte[] keyBundleBackup);
new Microsoft.Azure.KeyVault.Models.KeyRestoreParameters : byte[] -> Microsoft.Azure.KeyVault.Models.KeyRestoreParameters
Public Sub New (keyBundleBackup As Byte())
Parameters
- keyBundleBackup
- Byte[]
The backup blob associated with a key bundle.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.