ServerCertificateCommonName 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
ServerCertificateCommonName() |
Initializes a new instance of the ServerCertificateCommonName class. |
ServerCertificateCommonName(String, String) |
Initializes a new instance of the ServerCertificateCommonName class. |
ServerCertificateCommonName()
Initializes a new instance of the ServerCertificateCommonName class.
public ServerCertificateCommonName ();
Public Sub New ()
Applies to
ServerCertificateCommonName(String, String)
Initializes a new instance of the ServerCertificateCommonName class.
public ServerCertificateCommonName (string certificateCommonName, string certificateIssuerThumbprint);
new Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName : string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName
Public Sub New (certificateCommonName As String, certificateIssuerThumbprint As String)
Parameters
- certificateCommonName
- String
The common name of the server certificate.
- certificateIssuerThumbprint
- String
The issuer thumbprint of the server certificate.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET