10 references to RightsManagementException
WindowsBase (10)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (2)
654throw new RightsManagementException(RightsManagementFailureCode.LicenseAcquisitionFailed); 1227throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense);
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);