Share via


ServerCertificateCommonNames Constructors

Definition

Overloads

ServerCertificateCommonNames()

Initializes a new instance of the ServerCertificateCommonNames class.

ServerCertificateCommonNames(IList<ServerCertificateCommonName>, String)

Initializes a new instance of the ServerCertificateCommonNames class.

ServerCertificateCommonNames()

Initializes a new instance of the ServerCertificateCommonNames class.

public ServerCertificateCommonNames ();
Public Sub New ()

Applies to

ServerCertificateCommonNames(IList<ServerCertificateCommonName>, String)

Initializes a new instance of the ServerCertificateCommonNames class.

public ServerCertificateCommonNames (System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName> commonNames = default, string x509StoreName = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonNames : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName> * string -> Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonNames
Public Sub New (Optional commonNames As IList(Of ServerCertificateCommonName) = Nothing, Optional x509StoreName As String = Nothing)

Parameters

commonNames
IList<ServerCertificateCommonName>

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

x509StoreName
String

The local certificate store location. Possible values include: 'AddressBook', 'AuthRoot', 'CertificateAuthority', 'Disallowed', 'My', 'Root', 'TrustedPeople', 'TrustedPublisher'

Applies to