2 writes to ClaimUid
Microsoft.AspNetCore.Antiforgery (2)
Internal\DefaultAntiforgeryTokenGenerator.cs (1)
66
requestToken.
ClaimUid
= extractClaimUidBytesResult ? new BinaryBlob(256, claimUidBytes) : null;
Internal\DefaultAntiforgeryTokenSerializer.cs (1)
158
deserializedToken.
ClaimUid
= new BinaryBlob(
8 references to ClaimUid
Microsoft.AspNetCore.Antiforgery (8)
Internal\DefaultAntiforgeryTokenGenerator.cs (5)
68
if (requestToken.
ClaimUid
== null)
82
&& requestToken.
ClaimUid
== null
194
if (token.
ClaimUid
is null)
199
if (token.
ClaimUid
.Length != claimUidBytes.Length)
204
return CryptographicOperations.FixedTimeEquals(token.
ClaimUid
.GetData(), claimUidBytes);
Internal\DefaultAntiforgeryTokenSerializer.cs (3)
192
var claimUidBytes = token.
ClaimUid
?.GetData();
202
if (token.
ClaimUid
is not null)
233
if (token.
ClaimUid
!= null)