Method | Description | |
---|---|---|
AddAsync ( System.Guid sessionId, System.Guid nonce, System.DateTime createdUtcTimestamp, System.DateTime expiresUtcTimestamp ) : System.Threading.Tasks.Task | ||
ExistsAsync ( System.Guid sessionId, System.Guid nonce, System.DateTime currentUtcTimestamp ) : Task |
||
MemoryCacheNonceRepository ( IAntiCsrfConfiguration configuration ) : System |
Method | Description | |
---|---|---|
GetCacheKey ( System.Guid sessionId, System.Guid nonce ) : string |
public AddAsync ( System.Guid sessionId, System.Guid nonce, System.DateTime createdUtcTimestamp, System.DateTime expiresUtcTimestamp ) : System.Threading.Tasks.Task | ||
sessionId | System.Guid | |
nonce | System.Guid | |
createdUtcTimestamp | System.DateTime | |
expiresUtcTimestamp | System.DateTime | |
return | System.Threading.Tasks.Task |
public ExistsAsync ( System.Guid sessionId, System.Guid nonce, System.DateTime currentUtcTimestamp ) : Task |
||
sessionId | System.Guid | |
nonce | System.Guid | |
currentUtcTimestamp | System.DateTime | |
return | Task |
public MemoryCacheNonceRepository ( IAntiCsrfConfiguration configuration ) : System | ||
configuration | IAntiCsrfConfiguration | |
return | System |