2 writes to _encryptorHandle
WindowsBase (2)
Base\System\Security\RightsManagement\CryptoProvider.cs (2)
245_encryptorHandle = null; 514_encryptorHandle = encryptorHandle;
5 references to _encryptorHandle
WindowsBase (5)
Base\System\Security\RightsManagement\CryptoProvider.cs (5)
222if (_encryptorHandle != null && !_encryptorHandle.IsInvalid) 223_encryptorHandle.Close(); 516return _encryptorHandle; 522return _encryptorHandle;