2 writes to _securityToken
Microsoft.AspNetCore.Antiforgery (2)
Internal\AntiforgeryToken.cs (2)
34
_securityToken
= new BinaryBlob(SecurityTokenBitLength);
40
_securityToken
= value;
2 references to _securityToken
Microsoft.AspNetCore.Antiforgery (2)
Internal\AntiforgeryToken.cs (2)
32
if (
_securityToken
== null)
36
return
_securityToken
;