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