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)
32if (_securityToken == null) 36return _securityToken;