DomainCertificateBuilder.DomainUrl Property
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.
Gets or sets the Uri for renewing or leaving the domain.
public Uri DomainUrl { get; set; }
member this.DomainUrl : Uri with get, set
Public Property DomainUrl As Uri
Property Value
The Uri for renewing or leaving the domain.
Exceptions
On set, thrown if set to null.
On set, thrown if set to an malformed url.
On set, thrown if set to an absolute url which is longer than 4096 characters.