RawCertificateData 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
RawCertificateData() |
Initializes a new instance of the RawCertificateData class. |
RawCertificateData(String, Byte[]) |
Initializes a new instance of the RawCertificateData class. |
RawCertificateData()
Initializes a new instance of the RawCertificateData class.
public RawCertificateData ();
Public Sub New ()
Applies to
RawCertificateData(String, Byte[])
Initializes a new instance of the RawCertificateData class.
public RawCertificateData (string authType = default, byte[] certificate = default);
new Microsoft.Azure.Management.RecoveryServices.Models.RawCertificateData : string * byte[] -> Microsoft.Azure.Management.RecoveryServices.Models.RawCertificateData
Public Sub New (Optional authType As String = Nothing, Optional certificate As Byte() = Nothing)
Parameters
- authType
- String
Specifies the authentication type. Possible values include: 'Invalid', 'ACS', 'AAD', 'AccessControlService', 'AzureActiveDirectory'
- certificate
- Byte[]
The base64 encoded certificate raw data string
Applies to
Azure SDK for .NET