Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / AuthServerWhitelist Property

In This Topic
    AuthServerWhitelist Property
    In This Topic
    Gets or sets a whitelist to passthrough Windows authentication for the specified domains.

    For example: "*example.com,*foobar.com,*baz".

    Syntax
    'Declaration
     
    Public Property AuthServerWhitelist As System.String
    public System.string AuthServerWhitelist {get; set;}
    See Also