你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerCertificateCommonNames 类

定义

介绍用于保护群集的公用名称引用的服务器证书列表。

public class ServerCertificateCommonNames
type ServerCertificateCommonNames = class
Public Class ServerCertificateCommonNames
继承
ServerCertificateCommonNames

构造函数

ServerCertificateCommonNames()

初始化 ServerCertificateCommonNames 类的新实例。

ServerCertificateCommonNames(IList<ServerCertificateCommonName>, String)

初始化 ServerCertificateCommonNames 类的新实例。

属性

CommonNames

获取或设置用于保护群集的公用名称引用的服务器证书列表。

X509StoreName

获取或设置本地证书存储位置。 可能的值包括:“AddressBook”、“AuthRoot”、“CertificateAuthority”、“Disallowed”、“My”、“Root”、“TrustedPeople”、“TrustedPublisher”

适用于