11 instantiations of RightsManagementException
WindowsBase (11)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (2)
654throw new RightsManagementException(RightsManagementFailureCode.LicenseAcquisitionFailed); 1227throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense);
Base\MS\Internal\Security\RightsManagement\Errors.cs (1)
72throw new RightsManagementException((RightsManagementFailureCode)hr, errorMessage);
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
642throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense);
Base\System\Security\RightsManagement\CryptoProvider.cs (3)
100throw new RightsManagementException(RightsManagementFailureCode.EncryptionNotPermitted); 160throw new RightsManagementException(RightsManagementFailureCode.RightNotGranted); 402throw new RightsManagementException(RightsManagementFailureCode.RightNotGranted);
Base\System\Security\RightsManagement\PublishLicense.cs (2)
77throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense); 88throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense);
Base\System\Security\RightsManagement\SecureEnvironment.cs (1)
303throw new RightsManagementException(RightsManagementFailureCode.NeedsGroupIdentityActivation);
Base\System\Security\RightsManagement\UseLicense.cs (1)
75throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense);
1 reference to RightsManagementException
WindowsBase (1)
Base\System\Security\RightsManagement\SecureEnvironment.cs (1)
373catch (RightsManagementException)