2 overrides of Clone
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (2)
103public override EvpHashProvider Clone() 179public override HmacHashProvider Clone()
2 references to Clone
System.Security.Cryptography (2)
System\Security\Cryptography\HMACCommon.cs (1)
141return new HMACCommon(_hashAlgorithmId, _hMacProvider.Clone(), _blockSize, ActualKey);
System\Security\Cryptography\IncrementalHash.cs (1)
285new IncrementalHash(_algorithmName, _hash.Clone()) :