Class FarmCertificateInfo
- Namespace
- Microsoft.ServiceBus.Management
- Assembly
- Microsoft.ServiceBus.dll
Represents the details of the certificate associated with the service bus farm.
[DataContract(Name = "CertificateInfo", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class FarmCertificateInfo
- Inheritance
-
FarmCertificateInfo
- Inherited Members
Constructors
FarmCertificateInfo()
public FarmCertificateInfo()
Properties
CertificateKeyName
Gets or sets the keyname associated with the certificate.
[DataMember]
public string CertificateKeyName { get; set; }
Property Value
- string
The keyname associated with the certificate.
CertificateName
Gets or sets the name of the certificate.
[DataMember]
public string CertificateName { get; set; }
Property Value
- string
The name of the certificate.
CertificateType
Gets or sets the type of the certificate.
[DataMember]
public CertificateType CertificateType { get; set; }
Property Value
- CertificateType
The type of the certificate.
Downloadable
Gets or sets whether the certificate is downloadable.
[DataMember]
public bool Downloadable { get; set; }
Property Value
- bool
true if the certificate is downloadable; otherwise, false.
ExpirationDate
Gets or sets the expiration date of the certificate.
[DataMember]
public string ExpirationDate { get; set; }
Property Value
- string
The expiration date of the certificate.
IsAutoGenerated
Gets or sets whether the certificate is auto generated.
[DataMember]
public bool IsAutoGenerated { get; set; }
Property Value
- bool
true if the certificate is auto generated; otherwise, false.
Thumbprint
Gets or sets the thumbprint associated with the certificate.
[DataMember]
public string Thumbprint { get; set; }
Property Value
- string
The thumbprint associated with the certificate.