6 references to InvalidLicense
WindowsBase (6)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
1227throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense);
Base\MS\Internal\Security\RightsManagement\Errors.cs (1)
99case RightsManagementFailureCode.InvalidLicense:
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
642throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense);
Base\System\Security\RightsManagement\PublishLicense.cs (2)
77throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense); 88throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense);
Base\System\Security\RightsManagement\UseLicense.cs (1)
75throw new RightsManagementException(RightsManagementFailureCode.InvalidLicense);