Compartilhar via


CertificateAuthenticationMechanism Enumeration

 

Specifies the certificate authentication mechanism of a CIM credential object.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public enum CertificateAuthenticationMechanism
public enum class CertificateAuthenticationMechanism
type CertificateAuthenticationMechanism
Public Enumeration CertificateAuthenticationMechanism

Members

Member name Description
ClientCertificate

A client SSL certificate. This certificate requires a certificate thumbprint.

Default

Transport picks the default that is specific to it.

IssuerCertificate

A server SSL certificate. This certificate is for push/source-initiated subscriptions only.

See Also

Microsoft.Management.Infrastructure.Options Namespace

Return to top