Delen via


CertificateBaseProperties Constructors

Definitie

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