3 references to OpenAlgorithm
System.Core (3)
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
46algorithmHandle = BCryptNative.OpenAlgorithm(algorithm, implementation);
System\Security\Cryptography\BCryptNative.cs (2)
395SafeBCryptAlgorithmHandle hAlg = OpenAlgorithm(BCRYPT_AES_ALGORITHM, null); 429SafeBCryptAlgorithmHandle hAlg = OpenAlgorithm(BCRYPT_3DES_ALGORITHM, null);