Retrieves paths for which registry access is allowed for a given access type.
[Visual Basic] Public Function GetPathList( _ ByVal access As RegistryPermissionAccess _ ) As String [C#] public string GetPathList( RegistryPermissionAccess access ); [C++] public: String* GetPathList( RegistryPermissionAccess access ); [JScript] public function GetPathList( access : RegistryPermissionAccess ) : String;
Returns the string of all the keys/values assigned to a given permission.
To read out keys/values by type of access, you must call this method separately for each type of access.
RegistryPermission Class | RegistryPermission Members | System.Security.Permissions Namespace