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