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
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