Table of Contents

Property AllowCredentials

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

AllowCredentials

Gets or sets the Access-Control-Allow-Credentials header indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials.

public bool? AllowCredentials { get; set; }

Property Value

bool?