Partager via


DomainCertificateBuilder.DomainUrl Property

Definition

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

Uri

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.

Applies to