8 references to SafeBCryptHashHandle
System.Core (8)
System\Security\Cryptography\BCryptHashAlgorithm.cs (2)
63private SafeBCryptHashHandle m_hashHandle; 118SafeBCryptHashHandle newHashAlgorithm = null;
System\Security\Cryptography\BCryptNative.cs (6)
227[Out] out SafeBCryptHashHandle phHash, 271internal static extern ErrorCode BCryptGetHashProperty(SafeBCryptHashHandle hObject, 282internal static extern ErrorCode BCryptFinishHash(SafeBCryptHashHandle hHash, 291internal static extern unsafe ErrorCode BCryptHashData(SafeBCryptHashHandle hHash, 502else if (typeof(T) == typeof(SafeBCryptHashHandle)) { 503getter = new BCryptPropertyGetter<SafeBCryptHashHandle>(UnsafeNativeMethods.BCryptGetHashProperty)