ServerCertificateCommonNames Class

Definition

Describes a list of server certificates referenced by common name that are used to secure the cluster.

public class ServerCertificateCommonNames
type ServerCertificateCommonNames = class
Public Class ServerCertificateCommonNames
Inheritance
ServerCertificateCommonNames

Constructors

ServerCertificateCommonNames()

Initializes a new instance of the ServerCertificateCommonNames class.

ServerCertificateCommonNames(IList<ServerCertificateCommonName>, String)

Initializes a new instance of the ServerCertificateCommonNames class.

Properties

CommonNames

Gets or sets the list of server certificates referenced by common name that are used to secure the cluster.

X509StoreName

Gets or sets the local certificate store location. Possible values include: 'AddressBook', 'AuthRoot', 'CertificateAuthority', 'Disallowed', 'My', 'Root', 'TrustedPeople', 'TrustedPublisher'

Applies to