3 references to RightNotGranted
WindowsBase (3)
Base\MS\Internal\Security\RightsManagement\Errors.cs (1)
107case RightsManagementFailureCode.RightNotGranted:
Base\System\Security\RightsManagement\CryptoProvider.cs (2)
160throw new RightsManagementException(RightsManagementFailureCode.RightNotGranted); 402throw new RightsManagementException(RightsManagementFailureCode.RightNotGranted);