4 references to BinaryBlob
Microsoft.AspNetCore.Antiforgery (4)
Internal\BinaryBlob.cs (1)
19: this(bitLength, GenerateNewToken(bitLength))
Internal\DefaultAntiforgeryTokenGenerator.cs (1)
66requestToken.ClaimUid = extractClaimUidBytesResult ? new BinaryBlob(256, claimUidBytes) : null;
Internal\DefaultAntiforgeryTokenSerializer.cs (2)
128deserializedToken.SecurityToken = new BinaryBlob( 158deserializedToken.ClaimUid = new BinaryBlob(