2 writes to _hSession
WindowsBase (2)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (2)
73out _hSession); 131_hSession = null;
16 references to _hSession
WindowsBase (16)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (16)
76Invariant.Assert((_hSession != null) && (!_hSession.IsInvalid)); 115if ((_hSession != null) && 116(!_hSession.IsInvalid)) 126_hSession.Dispose(); 280_hSession, 327return (0 == SafeNativeMethods.DRMIsActivated(_hSession, (uint)activateFlags, null)); 397int hr = SafeNativeMethods.DRMDeleteLicense(_hSession, licenseId); 412ArrayList certList = EnumerateAllValuesOnSession(_hSession, certificateType); 540return GetLicenseOnSession(_hSession, enumerateLicenseFlags, index); 609_hSession, 1036_hSession, 1057_hSession, (uint)serviceType, (uint)serviceLocation, issuanceLicense, ref serviceUrlLength, null); 1073_hSession, (uint)serviceType, (uint)serviceLocation, issuanceLicense, ref serviceUrlLength, serviceUrl); 2006if ((_hSession == null) || 2007(_hSession.IsInvalid))