IInternalConfigHost.GetRestrictedPermissions Metod

Definition

Associerar konfigurationen med ett PermissionSet objekt.

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)

Parametrar

configRecord
IInternalConfigRecord

Ett IInternalConfigRecord objekt.

permissionSet
PermissionSet

Objektet PermissionSet som ska associeras med konfigurationen.

isHostReady
Boolean

trueför att ange att konfigurationsvärden har slutfört byggassocierade behörigheter. annars . false

Gäller för