EnableCorsAttribute.SupportsCredentials Property

 

Gets or sets a value indicating whether the resource supports user credentials in the request.

Namespace:   System.Web.Http.Cors
Assembly:  System.Web.Http.Cors (in System.Web.Http.Cors.dll)

Syntax

public bool SupportsCredentials { get; set; }
public:
property bool SupportsCredentials {
    bool get();
    void set(bool value);
}
member SupportsCredentials : bool with get, set
Public Property SupportsCredentials As Boolean

Property Value

Type: System.Boolean

See Also

EnableCorsAttribute Class
System.Web.Http.Cors Namespace

Return to top