Lingua

CodeTransparencyVerificationOptions.AuthorizedDomains Property

Definition

Gets an authorized list of issuer domains. If provided and not empty, at least one receipt must be issued by one of these domains. Domains are matched case-insensitively.

public System.Collections.Generic.IList<string> AuthorizedDomains { get; }
public System.Collections.Generic.IList<string> AuthorizedDomains { get; set; }
member this.AuthorizedDomains : System.Collections.Generic.IList<string>
member this.AuthorizedDomains : System.Collections.Generic.IList<string> with get, set
Public ReadOnly Property AuthorizedDomains As IList(Of String)
Public Property AuthorizedDomains As IList(Of String)

Property Value

Applies to