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.