Class CachingCorsPolicyService<T>.CorsCacheEntry
- Namespace
- Duende.IdentityServer.Stores
- Assembly
- Duende.IdentityServer.dll
Class to model entries in CORS origin cache.
public class CachingCorsPolicyService<T>.CorsCacheEntry
- Inheritance
-
CachingCorsPolicyService<T>.CorsCacheEntry
- Inherited Members
Constructors
CorsCacheEntry(bool)
Ctor.
public CorsCacheEntry(bool allowed)
Parameters
allowed
bool
Properties
Allowed
Is origin allowed.
public bool Allowed { get; }