3 references to GetRightFromString
WindowsBase (3)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
552
return ClientSession.
GetRightFromString
(rightName.ToString());
Base\System\Security\RightsManagement\CryptoProvider.cs (2)
313
Nullable<ContentRight> contentRight = ClientSession.
GetRightFromString
(rightsInfo.RightName);
536
ClientSession.
GetRightFromString
(_boundRightsInfoList[i].RightName);