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