DomainCertificateBuilder 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.
Builds a new domain certificate.
public class DomainCertificateBuilder
type DomainCertificateBuilder = class
Public Class DomainCertificateBuilder
- Inheritance
-
DomainCertificateBuilder
Constructors
DomainCertificateBuilder() |
Initializes a new instance of the DomainCertificateBuilder class. |
Properties
AccountFriendlyName |
Gets the friendly name for the account. |
ClientId |
Gets or sets the unique identifier of the client to which the domain certificate was issued. |
DomainId |
Gets or sets the DomainIdentifier for the certificate. |
DomainKeyPair |
Gets or sets the XML string representing the domain key pair. |
DomainUrl |
Gets or sets the Uri for renewing or leaving the domain. |
ServiceCertificate |
Gets or sets the base-64 encoded value of the Service Certificate that is issuing the Domain Certificate. |
ServiceFriendlyName |
Gets a friendly name for the service. |
ServiceKeyPair |
Gets or sets the XML string representing service key pair provided with the Service certificate. |
Methods
GenerateCertificateChain() |
Returns a base64-encoded string representing the domain certificate. |
GenerateDomainKeyPair() |
Generates a domain key pair for a new domain. |