FarmCertificateInfo Class
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.
Represents the details of the certificate associated with the service bus farm.
[System.Runtime.Serialization.DataContract(Name="CertificateInfo", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class FarmCertificateInfo
[<System.Runtime.Serialization.DataContract(Name="CertificateInfo", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type FarmCertificateInfo = class
Public Class FarmCertificateInfo
- Inheritance
-
FarmCertificateInfo
- Attributes
Constructors
FarmCertificateInfo() |
Properties
CertificateKeyName |
Gets or sets the keyname associated with the certificate. |
CertificateName |
Gets or sets the name of the certificate. |
CertificateType |
Gets or sets the type of the certificate. |
Downloadable |
Gets or sets whether the certificate is downloadable. |
ExpirationDate |
Gets or sets the expiration date of the certificate. |
IsAutoGenerated |
Gets or sets whether the certificate is auto generated. |
Thumbprint |
Gets or sets the thumbprint associated with the certificate. |
Applies to
Azure SDK for .NET