GenerateCertResponse 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
GenerateCertResponse() |
Initializes a new instance of the GenerateCertResponse class. |
GenerateCertResponse(String, String, String) |
Initializes a new instance of the GenerateCertResponse class. |
GenerateCertResponse()
Initializes a new instance of the GenerateCertResponse class.
public GenerateCertResponse ();
Public Sub New ()
Applies to
GenerateCertResponse(String, String, String)
Initializes a new instance of the GenerateCertResponse class.
public GenerateCertResponse (string publicKey = default, string privateKey = default, string expiryTimeInUTC = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.GenerateCertResponse : string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.GenerateCertResponse
Public Sub New (Optional publicKey As String = Nothing, Optional privateKey As String = Nothing, Optional expiryTimeInUTC As String = Nothing)
Parameters
- publicKey
- String
Gets or sets base64 encoded certificate raw data, this is the public part needed to be uploaded to cert vault
- privateKey
- String
Gets or sets base64 encoded private part of the certificate, needed to form the activation key
- expiryTimeInUTC
- String
Gets or sets expiry time in UTC
Applies to
Azure SDK for .NET