5 references to RightName
WindowsBase (5)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
727
boundLicenseParams.wszRightsRequested = rightInfo.
RightName
;
Base\System\Security\RightsManagement\CryptoProvider.cs (4)
313
Nullable<ContentRight> contentRight = ClientSession.GetRightFromString(rightsInfo.
RightName
);
473
_boundRightsInfoList[i].
RightName
,
505
_boundRightsInfoList[i].
RightName
,
536
ClientSession.GetRightFromString(_boundRightsInfoList[i].
RightName
);