4 references to EndHash
mscorlib (4)
system\security\cryptography\md5cryptoserviceprovider.cs (1)
67return Utils.EndHash(_safeHashHandle);
system\security\cryptography\rsacryptoserviceprovider.cs (2)
529return Utils.EndHash(hashHandle); 550return Utils.EndHash(hashHandle);
system\security\cryptography\sha1cryptoserviceprovider.cs (1)
61return Utils.EndHash(_safeHashHandle);