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)
222
if (
_encryptorHandle
!= null && !
_encryptorHandle
.IsInvalid)
223
_encryptorHandle
.Close();
516
return
_encryptorHandle
;
522
return
_encryptorHandle
;