Class ServiceCertificate
Inheritance
System.Object
ServiceCertificate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceCertificate
Fields
View SourceCertificatePassword
The password for the certificate.
Declaration
public readonly string CertificatePassword
Field Value
| Type | Description |
|---|---|
| System.String |
EncodedCertificate
The Base64 Encoded PFX Certificate.
Declaration
public readonly string EncodedCertificate
Field Value
| Type | Description |
|---|---|
| System.String |
StoreName
The name of the Certificate Store where this certificate should be stored. Possible values are CertificateAuthority and Root.
Declaration
public readonly string StoreName
Field Value
| Type | Description |
|---|---|
| System.String |