Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / LaunchOptions Class / AuthServerAllowlist Property

In This Topic
    AuthServerAllowlist 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 AuthServerAllowlist As System.String
    public System.string AuthServerAllowlist {get; set;}
    See Also