1 override of Clone
System.Security.Cryptography (1)
System\Security\Cryptography\HashProviderCng.cs (1)
119public override HashProviderCng 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()) :