4 writes to _localAllocHandle
Microsoft.AspNetCore.DataProtection (4)
Secret.cs (4)
32
_localAllocHandle
= Protect(value);
61
_localAllocHandle
= Protect(secret, (uint)secretLength);
76
this.
_localAllocHandle
= other._localAllocHandle.Duplicate();
89
_localAllocHandle
= Protect(pbTempPlaintextBuffer, (uint)tempPlaintextBuffer.Length);
5 references to _localAllocHandle
Microsoft.AspNetCore.DataProtection (5)
Secret.cs (5)
76
this._localAllocHandle = other.
_localAllocHandle
.Duplicate();
116
_localAllocHandle
.Dispose();
207
UnsafeBufferUtil.BlockCopy(from:
_localAllocHandle
, to: pbBuffer, byteCount: _plaintextLength);
214
UnsafeBufferUtil.BlockCopy(from:
_localAllocHandle
, to: pbBuffer, byteCount: _plaintextLength);
221
using (var duplicateHandle =
_localAllocHandle
.Duplicate())