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