CertificateBundle 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
CertificateBundle() |
Initializes a new instance of the CertificateBundle class. |
CertificateBundle(String, String, String, Byte[], CertificatePolicy, Byte[], String, CertificateAttributes, IDictionary<String,String>) |
Initializes a new instance of the CertificateBundle class. |
CertificateBundle()
- Source:
- CertificateBundle.cs
Initializes a new instance of the CertificateBundle class.
public CertificateBundle ();
Public Sub New ()
Applies to
CertificateBundle(String, String, String, Byte[], CertificatePolicy, Byte[], String, CertificateAttributes, IDictionary<String,String>)
- Source:
- CertificateBundle.cs
Initializes a new instance of the CertificateBundle class.
public CertificateBundle (string id = default, string kid = default, string sid = default, byte[] x509Thumbprint = default, Microsoft.Azure.KeyVault.Models.CertificatePolicy policy = default, byte[] cer = default, string contentType = default, Microsoft.Azure.KeyVault.Models.CertificateAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.KeyVault.Models.CertificateBundle : string * string * string * byte[] * Microsoft.Azure.KeyVault.Models.CertificatePolicy * byte[] * string * Microsoft.Azure.KeyVault.Models.CertificateAttributes * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.KeyVault.Models.CertificateBundle
Public Sub New (Optional id As String = Nothing, Optional kid As String = Nothing, Optional sid As String = Nothing, Optional x509Thumbprint As Byte() = Nothing, Optional policy As CertificatePolicy = Nothing, Optional cer As Byte() = Nothing, Optional contentType As String = Nothing, Optional attributes As CertificateAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- id
- String
The certificate id.
- kid
- String
The key id.
- sid
- String
The secret id.
- x509Thumbprint
- Byte[]
Thumbprint of the certificate.
- policy
- CertificatePolicy
The management policy.
- cer
- Byte[]
CER contents of x509 certificate.
- contentType
- String
The content type of the secret.
- attributes
- CertificateAttributes
The certificate attributes.
- tags
- IDictionary<String,String>
Application specific metadata in the form of key-value pairs