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