ResourceEncryptionKeys 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
ResourceEncryptionKeys() |
Initializes a new instance of the ResourceEncryptionKeys class. |
ResourceEncryptionKeys(String, String) |
Initializes a new instance of the ResourceEncryptionKeys class with required arguments. |
ResourceEncryptionKeys()
Initializes a new instance of the ResourceEncryptionKeys class.
public ResourceEncryptionKeys();
Public Sub New ()
Applies to
ResourceEncryptionKeys(String, String)
Initializes a new instance of the ResourceEncryptionKeys class with required arguments.
public ResourceEncryptionKeys(string encodedEncryptedPublicKey, string thumbprint);
new Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys : string * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys
Public Sub New (encodedEncryptedPublicKey As String, thumbprint As String)
Parameters
- encodedEncryptedPublicKey
- String
- thumbprint
- String
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