1 write to _length
System.Security.Cryptography (1)
System\Security\Cryptography\FixedMemoryKeyBox.cs (1)
17
_length
= key.Length;
2 references to _length
System.Security.Cryptography (2)
System\Security\Cryptography\FixedMemoryKeyBox.cs (2)
20
internal ReadOnlySpan<byte> DangerousKeySpan => new ReadOnlySpan<byte>((void*)handle,
_length
);
24
CryptographicOperations.ZeroMemory(new Span<byte>((void*)handle,
_length
));