IInternalConfigHost.GetRestrictedPermissions Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee koppelt u de configuratie aan een PermissionSet object.
public:
void GetRestrictedPermissions(System::Configuration::Internal::IInternalConfigRecord ^ configRecord, [Runtime::InteropServices::Out] System::Security::PermissionSet ^ % permissionSet, [Runtime::InteropServices::Out] bool % isHostReady);
public void GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord configRecord, out System.Security.PermissionSet permissionSet, out bool isHostReady);
abstract member GetRestrictedPermissions : System.Configuration.Internal.IInternalConfigRecord * PermissionSet * bool -> unit
Public Sub GetRestrictedPermissions (configRecord As IInternalConfigRecord, ByRef permissionSet As PermissionSet, ByRef isHostReady As Boolean)
Parameters
- configRecord
- IInternalConfigRecord
Een IInternalConfigRecord object.
- permissionSet
- PermissionSet
Het PermissionSet object dat moet worden gekoppeld aan de configuratie.
- isHostReady
- Boolean
true om aan te geven dat de configuratiehost is voltooid met het bouwen van de bijbehorende machtigingen; anders, false.