CertificateBundle
CertificateBundle()
CertificateBundle(String, String, String, Byte[], CertificatePolicy, Byte[], String, CertificateAttributes, IDictionary<String, String>)
Attributes
Cer
CertificateIdentifier
ContentType
Id
KeyIdentifier
Kid
Policy
SecretIdentifier
Sid
Tags
X509Thumbprint
Validate()
netcoreapp2.2
namespace Microsoft.Azure.KeyVault.Models
{
public class CertificateBundle
{
public CertificateBundle(string id = null, string kid = null, string sid = null, byte[] x509Thumbprint = null, CertificatePolicy policy = null, byte[] cer = null, string contentType = null, CertificateAttributes attributes = null, IDictionary<string, string> tags = null);
}
}
Upgrade Planner | 0.0 % Reference this API |
---|---|
.NET Core | 2.02.12.2 |
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.Azure.KeyVault , Version=2.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API