Microsoft.AspNetCore.Antiforgery.Internal Namespace

namespace Microsoft.AspNetCore.Antiforgery.Internal

Interfaces

interface IAntiforgeryFeature
interface IAntiforgeryTokenGenerator
Generates and validates antiforgery tokens.
interface IAntiforgeryTokenSerializer
interface IAntiforgeryTokenStore
interface IClaimUidExtractor
This interface can extract unique identifers for a System.Security.Claims.ClaimsPrincipal.

Classes

class AntiforgeryFeature
Used to hold per-request state.
class AntiforgeryOptionsSetup
class AntiforgerySerializationContext
class AntiforgerySerializationContextPooledObjectPolicy
class AntiforgeryToken
class BinaryBlob
class DefaultAntiforgery
Provides access to the antiforgery system, which provides protection against Cross-site Request Forgery (XSRF, also called CSRF) attacks.
class DefaultAntiforgeryAdditionalDataProvider
A default Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider implementation.
class DefaultAntiforgeryTokenGenerator
class DefaultAntiforgeryTokenSerializer
class DefaultAntiforgeryTokenStore
class DefaultClaimUidExtractor
Default implementation of Microsoft.AspNetCore.Antiforgery.Internal.IClaimUidExtractor.