1 write to _impl
mscorlib (1)
system\security\cryptography\sha256managed.cs (1)
50
_impl
= SHA256.Create();
9 references to _impl
mscorlib (9)
system\security\cryptography\sha256managed.cs (9)
65
if (
_impl
!= null) {
66
_impl
.Initialize();
77
if (
_impl
!= null) {
78
_impl
.TransformBlock(rgb, ibStart, cbSize, null, 0);
85
if (
_impl
!= null) {
86
_impl
.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
87
return
_impl
.Hash;
95
if (
_impl
!= null) {
96
_impl
.Dispose();