2 writes to _implementation
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (2)
64
_implementation
= CreateImplementation(key, hashAlgorithm);
98
_implementation
= CreateImplementation(key, hashAlgorithm);
3 references to _implementation
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (3)
527
_implementation
.Dispose();
593
_implementation
.DeriveBytes(label, context, destination);
598
_implementation
.DeriveBytes(label, context, destination);