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); 53SafeProvHandle hProvider = _hProvider;