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