CodeTransparencyVerificationOptions.AuthorizedDomains 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 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; set; }
member this.AuthorizedDomains : System.Collections.Generic.IList<string> with get, set
Public Property AuthorizedDomains As IList(Of String)