CertificateBaseProperties Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
CertificateBaseProperties() |
Initialiseert een nieuw exemplaar van de klasse CertificateBaseProperties. |
CertificateBaseProperties(String, String, CertificateFormat) |
Initialiseert een nieuw exemplaar van de klasse CertificateBaseProperties. |
CertificateBaseProperties()
Initialiseert een nieuw exemplaar van de klasse CertificateBaseProperties.
public CertificateBaseProperties ();
Public Sub New ()
Van toepassing op
CertificateBaseProperties(String, String, CertificateFormat)
Initialiseert een nieuw exemplaar van de klasse CertificateBaseProperties.
public CertificateBaseProperties (string thumbprintAlgorithm = default, string thumbprint = default, Microsoft.Azure.Management.Batch.Models.CertificateFormat format = Microsoft.Azure.Management.Batch.Models.CertificateFormat.Pfx);
new Microsoft.Azure.Management.Batch.Models.CertificateBaseProperties : string * string * Microsoft.Azure.Management.Batch.Models.CertificateFormat -> Microsoft.Azure.Management.Batch.Models.CertificateBaseProperties
Public Sub New (Optional thumbprintAlgorithm As String = Nothing, Optional thumbprint As String = Nothing, Optional format As CertificateFormat = Microsoft.Azure.Management.Batch.Models.CertificateFormat.Pfx)
Parameters
- thumbprintAlgorithm
- String
Het algoritme van de vingerafdruk van het certificaat.
- thumbprint
- String
De vingerafdruk van het certificaat.
- format
- CertificateFormat
De indeling van het certificaat: Pfx of Cer. Als u dit weglaat, is de standaardwaarde Pfx. Mogelijke waarden zijn: 'Pfx', 'Cer'
Van toepassing op
Azure SDK for .NET