CertificateMergeParameters 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
CertificateMergeParameters() |
Initializes a new instance of the CertificateMergeParameters class. |
CertificateMergeParameters(IList<Byte[]>, CertificateAttributes, IDictionary<String,String>) |
Initializes a new instance of the CertificateMergeParameters class. |
CertificateMergeParameters()
Initializes a new instance of the CertificateMergeParameters class.
public CertificateMergeParameters ();
Public Sub New ()
Applies to
CertificateMergeParameters(IList<Byte[]>, CertificateAttributes, IDictionary<String,String>)
Initializes a new instance of the CertificateMergeParameters class.
public CertificateMergeParameters (System.Collections.Generic.IList<byte[]> x509Certificates, Microsoft.Azure.KeyVault.Models.CertificateAttributes certificateAttributes = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.KeyVault.Models.CertificateMergeParameters : System.Collections.Generic.IList<byte[]> * Microsoft.Azure.KeyVault.Models.CertificateAttributes * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.KeyVault.Models.CertificateMergeParameters
Public Sub New (x509Certificates As IList(Of Byte()), Optional certificateAttributes As CertificateAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- certificateAttributes
- CertificateAttributes
The attributes of the certificate (optional).
- tags
- IDictionary<String,String>
Application specific metadata in the form of key-value pairs.
Applies to
Azure SDK for .NET