2 writes to _hProvider
System.Security.Cryptography (2)
System\Security\Cryptography\BasicSymmetricCipherCsp.cs (2)
21
_hProvider
= AcquireSafeProviderHandle();
56
_hProvider
= null!;
2 references to _hProvider
System.Security.Cryptography (2)
System\Security\Cryptography\BasicSymmetricCipherCsp.cs (2)
22
_hKey = ImportCspBlob(
_hProvider
, algId, key, addNoSaltFlag);
53
SafeProvHandle hProvider =
_hProvider
;