3 writes to _contextHeader
Microsoft.AspNetCore.DataProtection (3)
Managed\AesGcmAuthenticatedEncryptor.cs (3)
54
_contextHeader
= AES_128_GCM_Header;
57
_contextHeader
= AES_192_GCM_Header;
60
_contextHeader
= AES_256_GCM_Header;
2 references to _contextHeader
Microsoft.AspNetCore.DataProtection (2)
Managed\AesGcmAuthenticatedEncryptor.cs (2)
118
contextHeader:
_contextHeader
,
191
contextHeader:
_contextHeader
,