2 writes to _hSession
WindowsBase (2)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (2)
73
out
_hSession
);
131
_hSession
= null;
16 references to _hSession
WindowsBase (16)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (16)
76
Invariant.Assert((
_hSession
!= null) && (!
_hSession
.IsInvalid));
115
if ((
_hSession
!= null) &&
116
(!
_hSession
.IsInvalid))
126
_hSession
.Dispose();
280
_hSession
,
327
return (0 == SafeNativeMethods.DRMIsActivated(
_hSession
, (uint)activateFlags, null));
397
int hr = SafeNativeMethods.DRMDeleteLicense(
_hSession
, licenseId);
412
ArrayList certList = EnumerateAllValuesOnSession(
_hSession
, certificateType);
540
return 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);
2006
if ((
_hSession
== null) ||
2007
(
_hSession
.IsInvalid))