Enum CertificateType
- Namespace
- Microsoft.ServiceBus.Management
- Assembly
- Microsoft.ServiceBus.dll
Specifies the types of certificate used in the management of Service Bus for Windows Server farm.
public enum CertificateType
Fields
CustomFarmCertificate = 2
Specifies a custom certificate.
GeneratedCertificateRevocationList = 3
Specifies a generated certificate revocation list.
GeneratedFarmCertificate = 1
Specifies a generated farm certificate.
GeneratedFarmRootCertificate = 0
Specifies a generated farm root certificate.