EncryptionDetails 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
EncryptionDetails() |
Initializes a new instance of the EncryptionDetails class. |
EncryptionDetails(String, String, Nullable<DateTime>) |
Initializes a new instance of the EncryptionDetails class. |
EncryptionDetails()
Initializes a new instance of the EncryptionDetails class.
public EncryptionDetails ();
Public Sub New ()
Applies to
EncryptionDetails(String, String, Nullable<DateTime>)
Initializes a new instance of the EncryptionDetails class.
public EncryptionDetails (string kekState = default, string kekCertThumbprint = default, DateTime? kekCertExpiryDate = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EncryptionDetails : string * string * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EncryptionDetails
Public Sub New (Optional kekState As String = Nothing, Optional kekCertThumbprint As String = Nothing, Optional kekCertExpiryDate As Nullable(Of DateTime) = Nothing)
Parameters
- kekState
- String
The key encryption key state for the Vmm.
- kekCertThumbprint
- String
The key encryption key certificate thumbprint.