4 instantiations of UseLicense
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (2)
782
return new
UseLicense
(
1216
return new
UseLicense
(
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (2)
591
authorUseLicense = new
UseLicense
(GetOwnerLicense(issuanceLicense.Handle));
657
return new
UseLicense
(GetLicenseOnSession(
23 references to UseLicense
WindowsBase (23)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (9)
311
internal
UseLicense
355
UseLicense
useLicense
431
internal IDictionary<ContentUser,
UseLicense
>
435
return new ReadOnlyDictionary<ContentUser,
UseLicense
>(loader.LoadedDictionary);
726
internal
UseLicense
908
UseLicense
useLicense
1010
internal
UseLicense
UseLicense
1017
private
UseLicense
_useLicense;
1197
private
UseLicense
Base\MS\Internal\IO\Packaging\CompoundFile\UserUseLicenseDictionaryLoader.cs (4)
47
_dict = new Dictionary<ContentUser,
UseLicense
>(ContentUser._contentUserComparer);
68
internal Dictionary<ContentUser,
UseLicense
> LoadedDictionary
136
UseLicense
useLicense = rmet.LoadUseLicenseAndUserFromStream(utf8Reader, out user);
156
private Dictionary<ContentUser,
UseLicense
> _dict;
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (2)
543
internal PublishLicense SignIssuanceLicense(IssuanceLicense issuanceLicense, out
UseLicense
authorUseLicense)
597
internal
UseLicense
AcquireUseLicense(string publishLicense, bool noUI)
Base\System\IO\Packaging\RightsManagementInformation.cs (3)
118
public
UseLicense
LoadUseLicense(ContentUser userKey)
144
public void SaveUseLicense(ContentUser userKey,
UseLicense
useLicense)
178
public IDictionary<ContentUser,
UseLicense
> GetEmbeddedUseLicenses()
Base\System\Security\RightsManagement\PublishLicense.cs (2)
193
public
UseLicense
AcquireUseLicense(SecureEnvironment secureEnvironment)
216
public
UseLicense
AcquireUseLicenseNoUI(SecureEnvironment secureEnvironment)
Base\System\Security\RightsManagement\UnsignedPublishLicense.cs (1)
101
public PublishLicense Sign(SecureEnvironment secureEnvironment, out
UseLicense
authorUseLicense)
Base\System\Security\RightsManagement\UseLicense.cs (2)
182
UseLicense
obj = (
UseLicense
)x;