ClientCertAuthentication Class
Client certification authentication for job
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
System::Object
Microsoft.WindowsAzure.Scheduler.Models::HttpAuthentication
Microsoft.WindowsAzure.Scheduler.Models::ClientCertAuthentication
Microsoft.WindowsAzure.Scheduler.Models::HttpAuthentication
Microsoft.WindowsAzure.Scheduler.Models::ClientCertAuthentication
| Name | Description | |
|---|---|---|
![]() | ClientCertAuthentication() | Initializes a new instance of the ClientCertAuthentication class. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


