3 writes to _contextHeader
Microsoft.AspNetCore.DataProtection (3)
Managed\AesGcmAuthenticatedEncryptor.cs (3)
52
_contextHeader
= AES_128_GCM_Header;
55
_contextHeader
= AES_192_GCM_Header;
58
_contextHeader
= AES_256_GCM_Header;
2 references to _contextHeader
Microsoft.AspNetCore.DataProtection (2)
Managed\AesGcmAuthenticatedEncryptor.cs (2)
116
contextHeader:
_contextHeader
,
189
contextHeader:
_contextHeader
,