ClientCertAuthentication Class

Definition

Client certification authentication for job

public class ClientCertAuthentication : Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication
type ClientCertAuthentication = class
    inherit HttpAuthentication
Public Class ClientCertAuthentication
Inherits HttpAuthentication
Inheritance
ClientCertAuthentication

Constructors

ClientCertAuthentication()

Initializes a new instance of the ClientCertAuthentication class.

Properties

CertificateExpiration

Optional. Gets or sets the certificate expiration.

CertificateSubjectName

Optional. Gets or sets the certificate subjectname.

CertificateThumbprint

Optional. Gets or sets the certificate thumbprint.

Password

Optional. Gets or sets the password.

Pfx

Optional. Gets or sets the pfx.

Type

Optional. Specifies the authentication type

(Inherited from HttpAuthentication)

Applies to