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 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)