8 references to Reset
System.Security.Cryptography (8)
System\Security\Cryptography\HMACMD5.cs (1)
87public override void Initialize() => _hMacCommon.Reset();
System\Security\Cryptography\HMACSHA1.cs (1)
90public override void Initialize() => _hMacCommon.Reset();
System\Security\Cryptography\HMACSHA256.cs (1)
82public override void Initialize() => _hMacCommon.Reset();
System\Security\Cryptography\HMACSHA3_256.cs (1)
118public override void Initialize() => _hMacCommon.Reset();
System\Security\Cryptography\HMACSHA3_384.cs (1)
118public override void Initialize() => _hMacCommon.Reset();
System\Security\Cryptography\HMACSHA3_512.cs (1)
118public override void Initialize() => _hMacCommon.Reset();
System\Security\Cryptography\HMACSHA384.cs (1)
99public override void Initialize() => _hMacCommon.Reset();
System\Security\Cryptography\HMACSHA512.cs (1)
96public override void Initialize() => _hMacCommon.Reset();