ClientCertAuthentication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Client certification authentication for job
public class ClientCertAuthentication : Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication
type ClientCertAuthentication = class
inherit HttpAuthentication
Public Class ClientCertAuthentication
Inherits HttpAuthentication
- Inheritance
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
Azure SDK for .NET