ServerCertificateCommonNames 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.
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
Azure SDK for .NET