1 override of Clone
System.Security.Cryptography (1)
System\Security\Cryptography\HashProviderCng.cs (1)
119
public override HashProviderCng
Clone
()
2 references to Clone
System.Security.Cryptography (2)
System\Security\Cryptography\HMACCommon.cs (1)
141
return new HMACCommon(_hashAlgorithmId, _hMacProvider.
Clone
(), _blockSize, ActualKey);
System\Security\Cryptography\IncrementalHash.cs (1)
285
new IncrementalHash(_algorithmName, _hash.
Clone
()) :