ClientCertAuthentication 类
作业的的客户端证书身份验证
命名空间: Microsoft.WindowsAzure.Scheduler.Models
程序集: Microsoft.WindowsAzure.Management.Scheduler(Microsoft.WindowsAzure.Management.Scheduler.dll 中)
继承层次结构
System.Object
Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication
Microsoft.WindowsAzure.Scheduler.Models.ClientCertAuthentication
语法
public class ClientCertAuthentication : HttpAuthentication
public ref class ClientCertAuthentication : HttpAuthentication
type ClientCertAuthentication =
class
inherit HttpAuthentication
end
Public Class ClientCertAuthentication
Inherits HttpAuthentication
构造函数
名称 | 说明 | |
---|---|---|
ClientCertAuthentication() | 初始化 ClientCertAuthentication 类的新实例。 |
属性
名称 | 说明 | |
---|---|---|
CertificateExpiration | 可选。 获取或设置证书的截止日期。 |
|
CertificateSubjectName | 可选。 获取或设置证书 subjectname。 |
|
CertificateThumbprint | 可选。 获取或设置证书指纹。 |
|
Password | 可选。 获取或设置密码。 |
|
Pfx | 可选。 获取或设置 pfx。 |
|
Type | 可选。 指定身份验证类型(从 HttpAuthentication 继承。) |
方法
名称 | 说明 | |
---|---|---|
Equals(Object) | (从 Object 继承。) |
|
Finalize() | (从 Object 继承。) |
|
GetHashCode() | (从 Object 继承。) |
|
GetType() | (从 Object 继承。) |
|
MemberwiseClone() | (从 Object 继承。) |
|
ToString() | (从 Object 继承。) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Scheduler.Models 命名空间
返回页首